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

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

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 Node.getCellType()
           
 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
 void Node.setCellType(CrossTab.CellType cellType)
           
 

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

Methods in it.eng.spagobi.engines.qbe.crosstable.exporter with parameters of type CrossTab.CellType
 org.apache.poi.ss.usermodel.CellStyle CrosstabXLSExporter.getNumberFormat(int j, java.util.Map<java.lang.Integer,org.apache.poi.ss.usermodel.CellStyle> decimalFormats, org.apache.poi.ss.usermodel.Sheet sheet, org.apache.poi.ss.usermodel.CreationHelper createHelper, CrossTab.CellType celltype)