3233343536373839
*/ public class CrosstabGroup extends Group { public CrosstabGroup() { setElementType(new CrosstabGroupType()); getStyle().setBooleanStyleProperty(ElementStyleKeys.USE_MIN_CHUNKWIDTH, true); }
6970717273747576777879
init(); } private void init() { setElementType(new CrosstabGroupType()); this.footer = new GroupFooter(); this.header = new GroupHeader(); this.noDataBand = new NoDataBand();