Uses of Interface
org.ujac.util.table.FunctionExecutor

Packages that use FunctionExecutor
org.ujac.util.table   
 

Uses of FunctionExecutor in org.ujac.util.table
 

Classes in org.ujac.util.table that implement FunctionExecutor
 class CountFunctionExecutor
          Name: CountFunctionExecutor
Description: A function executor counting values.
 class SumFunctionExecutor
          Name: SumReportFunctionExecutor
Description: A function executor adding values.
 

Methods in org.ujac.util.table that return FunctionExecutor
protected  FunctionExecutor ReportFunction.getExecutor()
          Getter method for the the property executor.
 

Methods in org.ujac.util.table with parameters of type FunctionExecutor
protected  void ReportGroup.applyFunction(int columnId, FunctionExecutor executor, Object operand)
          Applies the given report function executor on the given column.
 

Constructors in org.ujac.util.table with parameters of type FunctionExecutor
PivotTable(Table dataTable, String[] groupColumns, String columnKey, String dataKey, FunctionExecutor function)
          Constructs a PivotTable instance with specific attributes.
ReportFunction(String columnName, FunctionExecutor executor, boolean calculateTotalResult)
          Constructs a ReportFunction instance with specific attributes.
ReportFunction(String columnName, FunctionExecutor executor, boolean calculateTotalResult, List groups)
          Constructs a ReportFunction instance with specific attributes.
ReportFunction(String columnName, FunctionExecutor executor, boolean calculateTotalResult, String[] groups)
          Constructs a ReportFunction instance with specific attributes.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.