Uses of Class
net.sf.dynamicreports.report.builder.column.ComponentColumnBuilder

Packages that use ComponentColumnBuilder
net.sf.dynamicreports.report.builder.column   
 

Uses of ComponentColumnBuilder in net.sf.dynamicreports.report.builder.column
 

Methods in net.sf.dynamicreports.report.builder.column that return ComponentColumnBuilder
static ComponentColumnBuilder Columns.componentColumn(ComponentBuilder<?,?> component)
          Creates a new component column.
 ComponentColumnBuilder ColumnBuilders.componentColumn(ComponentBuilder<?,?> component)
          Creates a new component column.
static ComponentColumnBuilder Columns.componentColumn(String title, ComponentBuilder<?,?> component)
          Creates a new component column.
 ComponentColumnBuilder ColumnBuilders.componentColumn(String title, ComponentBuilder<?,?> component)
          Creates a new component column.
 ComponentColumnBuilder ComponentColumnBuilder.setFixedHeight(Integer height)
          Sets the fixed height of a column.
 ComponentColumnBuilder ComponentColumnBuilder.setFixedWidth(Integer width)
          Sets the fixed width of a column.
 ComponentColumnBuilder ComponentColumnBuilder.setHeight(Integer height)
          Sets the preferred height of a column.
 ComponentColumnBuilder ComponentColumnBuilder.setMinHeight(Integer height)
          Sets the minimum height of a column.
 ComponentColumnBuilder ComponentColumnBuilder.setMinWidth(Integer width)
          Sets the minimum width of a column.
 ComponentColumnBuilder ComponentColumnBuilder.setWidth(Integer width)
          Sets the preferred width of a column.
 



Copyright © 2010-2014. All Rights Reserved.