Package | Description |
---|---|
ar.com.fdvs.dj.domain.builders |
Modifier and Type | Method and Description |
---|---|
CrosstabRowBuilder |
CrosstabRowBuilder.setHeaderStyle(Style style) |
CrosstabRowBuilder |
CrosstabRowBuilder.setHeaderWidth(int height) |
CrosstabRowBuilder |
CrosstabRowBuilder.setHeight(int height) |
CrosstabRowBuilder |
CrosstabRowBuilder.setProperty(String property,
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(String title) |
CrosstabRowBuilder |
CrosstabRowBuilder.setTotalHeaderStyle(Style style) |
CrosstabRowBuilder |
CrosstabRowBuilder.setTotalLegend(String legend) |
CrosstabRowBuilder |
CrosstabRowBuilder.setTotalStyle(Style style) |
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.