Uses of Interface
org.keridwen.modelling.reporting.ReportData

Packages that use ReportData
org.keridwen.modelling.reporting   
org.keridwen.modelling.reporting.data   
 

Uses of ReportData in org.keridwen.modelling.reporting
 

Methods in org.keridwen.modelling.reporting that return types with arguments of type ReportData
 List<ReportData> ReportItem.getData()
           
 

Method parameters in org.keridwen.modelling.reporting with type arguments of type ReportData
 void ReportItem.setData(ArrayList<ReportData> items)
           
 

Constructor parameters in org.keridwen.modelling.reporting with type arguments of type ReportData
ReportItem(String name, String description, ArrayList<ReportData> items)
          Basically a list of Data to print.
 

Uses of ReportData in org.keridwen.modelling.reporting.data
 

Classes in org.keridwen.modelling.reporting.data that implement ReportData
 class DefaultReportDataBulletList
           
 class DefaultReportDataFileImage
          Default type for images;
 class DefaultReportDataText
          Default type for text input.
 class DefaultReportDataTextArray
          Default class for 2 dimensional string array.
 



Copyright © 2012-2013 Artenum. All Rights Reserved.