|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
net.sf.dynamicreports.report.builder.column.ColumnBuilder<BooleanColumnBuilder,DRBooleanColumn>
net.sf.dynamicreports.report.builder.column.BooleanColumnBuilder
public class BooleanColumnBuilder
It shows a boolean value either as a text or as an image.
| Field Summary |
|---|
| Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder |
|---|
builded |
| Constructor Summary | |
|---|---|
protected |
BooleanColumnBuilder(DRIExpression<Boolean> valueExpression)
|
protected |
BooleanColumnBuilder(FieldBuilder<Boolean> field)
|
| Method Summary | |
|---|---|
BooleanColumnBuilder |
setComponentType(BooleanComponentType booleanComponentType)
Sets the boolean presentation type. |
BooleanColumnBuilder |
setEmptyWhenNullValue(Boolean emptyWhenNullValue)
|
BooleanColumnBuilder |
setFixedHeight(Integer height)
Sets the fixed height of a column. |
BooleanColumnBuilder |
setFixedWidth(Integer width)
Sets the fixed width of a column. |
BooleanColumnBuilder |
setHeight(Integer height)
Sets the preferred height of a column. |
BooleanColumnBuilder |
setImageDimension(Integer width,
Integer height)
Sets the boolean image dimension. |
BooleanColumnBuilder |
setImageHeight(Integer height)
Sets the boolean image height. |
BooleanColumnBuilder |
setImageWidth(Integer width)
Sets the boolean image width. |
BooleanColumnBuilder |
setMinHeight(Integer height)
Sets the minimum height of a column. |
BooleanColumnBuilder |
setMinWidth(Integer width)
Sets the minimum width of a column. |
BooleanColumnBuilder |
setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)
Sets the print when expression. |
BooleanColumnBuilder |
setStyle(ReportStyleBuilder style)
Sets the column value style. |
BooleanColumnBuilder |
setWidth(Integer width)
Sets the preferred width of a column. |
| Methods inherited from class net.sf.dynamicreports.report.builder.column.ColumnBuilder |
|---|
addTitleProperty, addTitleProperty, addTitleProperty, getColumn, getComponent, setTitle, setTitle, setTitleFixedHeight, setTitleFixedRows, setTitleHeight, setTitleMinHeight, setTitleMinRows, setTitleRows, setTitleStretchWithOverflow, setTitleStyle |
| Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder |
|---|
build, configure, getObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.dynamicreports.report.builder.grid.ColumnGridComponentBuilder |
|---|
build |
| Constructor Detail |
|---|
protected BooleanColumnBuilder(FieldBuilder<Boolean> field)
protected BooleanColumnBuilder(DRIExpression<Boolean> valueExpression)
| Method Detail |
|---|
public BooleanColumnBuilder setWidth(Integer width)
width - the column preferred width >= 0
IllegalArgumentException - if width is < 0Unitspublic BooleanColumnBuilder setFixedWidth(Integer width)
width - the column fixed width >= 0
IllegalArgumentException - if width is < 0Unitspublic BooleanColumnBuilder setMinWidth(Integer width)
width - the column minimum width >= 0
IllegalArgumentException - if width is < 0Unitspublic BooleanColumnBuilder setHeight(Integer height)
height - the column preferred height >= 0
IllegalArgumentException - if height is < 0Unitspublic BooleanColumnBuilder setFixedHeight(Integer height)
height - the column fixed height >= 0
IllegalArgumentException - if height is < 0Unitspublic BooleanColumnBuilder setMinHeight(Integer height)
height - the column minimum height >= 0
IllegalArgumentException - if height is < 0Unitspublic BooleanColumnBuilder setComponentType(BooleanComponentType booleanComponentType)
booleanComponentType - the component type
public BooleanColumnBuilder setEmptyWhenNullValue(Boolean emptyWhenNullValue)
public BooleanColumnBuilder setImageDimension(Integer width,
Integer height)
width - the image widthheight - the image height
public BooleanColumnBuilder setImageWidth(Integer width)
width - the image width
public BooleanColumnBuilder setImageHeight(Integer height)
height - the image height
public BooleanColumnBuilder setStyle(ReportStyleBuilder style)
ColumnBuilder
setStyle in class ColumnBuilder<BooleanColumnBuilder,DRBooleanColumn>style - the value style
public BooleanColumnBuilder setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)
ColumnBuilder
setPrintWhenExpression in class ColumnBuilder<BooleanColumnBuilder,DRBooleanColumn>printWhenExpression - the print expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||