Uses of Class
it.eng.spagobi.engines.qbe.crosstable.CrossTab.CellType

Packages that use CrossTab.CellType
it.eng.spagobi.engines.qbe.crosstable   
 

Uses of CrossTab.CellType in it.eng.spagobi.engines.qbe.crosstable
 

Methods in it.eng.spagobi.engines.qbe.crosstable that return CrossTab.CellType
 CrossTab.CellType CrossTab.getCellType(int row, int column)
          Get the CellType of the cell
static CrossTab.CellType CrossTab.CellType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CrossTab.CellType[] CrossTab.CellType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.eng.spagobi.engines.qbe.crosstable with parameters of type CrossTab.CellType
 void CrossTab.addCrosstabDataColumns(int startposition, java.util.List<java.lang.String[]> colums, CrossTab.CellType type)
          Inserts columns in the crosstab data matrix
 void CrossTab.addCrosstabDataLine(int startposition, java.util.List<java.lang.String[]> line, boolean horizontal, CrossTab.CellType type)
          Inserts lines in the crosstab data matrix
 void CrossTab.addCrosstabDataRow(int startposition, java.util.List<java.lang.String[]> rows, CrossTab.CellType type)
          Inserts rows in the crosstab data matrix