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

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

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

Methods in net.sf.dynamicreports.report.builder.column that return BooleanColumnBuilder
static BooleanColumnBuilder Columns.booleanColumn(DRIExpression<Boolean> expression)
          Creates a new boolean column.
 BooleanColumnBuilder ColumnBuilders.booleanColumn(DRIExpression<Boolean> expression)
          Creates a new boolean column.
static BooleanColumnBuilder Columns.booleanColumn(FieldBuilder<Boolean> field)
          Creates a new boolean column.
 BooleanColumnBuilder ColumnBuilders.booleanColumn(FieldBuilder<Boolean> field)
          Creates a new boolean column.
static BooleanColumnBuilder Columns.booleanColumn(String fieldName)
          Creates a new boolean column.
 BooleanColumnBuilder ColumnBuilders.booleanColumn(String fieldName)
          Creates a new boolean column.
static BooleanColumnBuilder Columns.booleanColumn(String title, DRIExpression<Boolean> expression)
          Creates a new boolean column.
 BooleanColumnBuilder ColumnBuilders.booleanColumn(String title, DRIExpression<Boolean> expression)
          Creates a new boolean column.
static BooleanColumnBuilder Columns.booleanColumn(String title, FieldBuilder<Boolean> field)
          Creates a new boolean column.
 BooleanColumnBuilder ColumnBuilders.booleanColumn(String title, FieldBuilder<Boolean> field)
          Creates a new boolean column.
static BooleanColumnBuilder Columns.booleanColumn(String title, String fieldName)
          Creates a new boolean column.
 BooleanColumnBuilder ColumnBuilders.booleanColumn(String title, String fieldName)
          Creates a new boolean column.
 BooleanColumnBuilder BooleanColumnBuilder.setComponentType(BooleanComponentType booleanComponentType)
          Sets the boolean presentation type.
 BooleanColumnBuilder BooleanColumnBuilder.setEmptyWhenNullValue(Boolean emptyWhenNullValue)
           
 BooleanColumnBuilder BooleanColumnBuilder.setFixedHeight(Integer height)
          Sets the fixed height of a column.
 BooleanColumnBuilder BooleanColumnBuilder.setFixedWidth(Integer width)
          Sets the fixed width of a column.
 BooleanColumnBuilder BooleanColumnBuilder.setHeight(Integer height)
          Sets the preferred height of a column.
 BooleanColumnBuilder BooleanColumnBuilder.setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
          Sets the column value horizontal alignment.
 BooleanColumnBuilder BooleanColumnBuilder.setImageDimension(Integer width, Integer height)
          Sets the boolean image dimension.
 BooleanColumnBuilder BooleanColumnBuilder.setImageHeight(Integer height)
          Sets the boolean image height.
 BooleanColumnBuilder BooleanColumnBuilder.setImageWidth(Integer width)
          Sets the boolean image width.
 BooleanColumnBuilder BooleanColumnBuilder.setMinHeight(Integer height)
          Sets the minimum height of a column.
 BooleanColumnBuilder BooleanColumnBuilder.setMinWidth(Integer width)
          Sets the minimum width of a column.
 BooleanColumnBuilder BooleanColumnBuilder.setWidth(Integer width)
          Sets the preferred width of a column.
 



Copyright © 2010-2014. All Rights Reserved.