Uses of Class
ar.com.fdvs.dj.domain.builders.CrosstabRowBuilder

Packages that use CrosstabRowBuilder
ar.com.fdvs.dj.domain.builders   
 

Uses of CrosstabRowBuilder in ar.com.fdvs.dj.domain.builders
 

Methods in ar.com.fdvs.dj.domain.builders that return CrosstabRowBuilder
 CrosstabRowBuilder CrosstabRowBuilder.setHeaderStyle(Style style)
           
 CrosstabRowBuilder CrosstabRowBuilder.setHeaderWidth(int height)
           
 CrosstabRowBuilder CrosstabRowBuilder.setHeight(int height)
           
 CrosstabRowBuilder CrosstabRowBuilder.setProperty(java.lang.String property, java.lang.String className)
          DJCrosstabRow row = new DJCrosstabRow(); row.setProperty(new ColumnProperty("productLine",String.class.getName())); row.setHeaderWidth(100); row.setHeight(30); row.setTitle("Product Line my mother teressa"); row.setShowTotals(true); row.setTotalStyle(totalStyle); row.setTotalHeaderStyle(totalHeader); row.setHeaderStyle(colAndRowHeaderStyle);
 CrosstabRowBuilder CrosstabRowBuilder.setShowTotals(boolean showTotal)
           
 CrosstabRowBuilder CrosstabRowBuilder.setTitle(java.lang.String title)
           
 CrosstabRowBuilder CrosstabRowBuilder.setTotalHeaderStyle(Style style)
           
 CrosstabRowBuilder CrosstabRowBuilder.setTotalLegend(java.lang.String legend)
           
 CrosstabRowBuilder CrosstabRowBuilder.setTotalStyle(Style style)
           
 



Copyright © 2006-2011 FDV Solutions. All Rights Reserved.