Uses of Class
org.openxava.session.CustomReportColumn

Packages that use CustomReportColumn
org.openxava.session   
 

Uses of CustomReportColumn in org.openxava.session
 

Methods in org.openxava.session that return types with arguments of type CustomReportColumn
 java.util.List<CustomReportColumn> CustomReport.getColumns()
           
 

Method parameters in org.openxava.session with type arguments of type CustomReportColumn
 void CustomReport.setColumns(java.util.List<CustomReportColumn> columns)