|
||||||||||
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 | |
---|---|
protected DRBooleanField |
getComponent()
|
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 |
setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
Sets the column value horizontal alignment. |
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 |
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, setPrintWhenExpression, setStyle, 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 < 0Units
public BooleanColumnBuilder setFixedWidth(Integer width)
width
- the column fixed width >= 0
IllegalArgumentException
- if width
is < 0Units
public BooleanColumnBuilder setMinWidth(Integer width)
width
- the column minimum width >= 0
IllegalArgumentException
- if width
is < 0Units
public BooleanColumnBuilder setHeight(Integer height)
height
- the column preferred height >= 0
IllegalArgumentException
- if height
is < 0Units
public BooleanColumnBuilder setFixedHeight(Integer height)
height
- the column fixed height >= 0
IllegalArgumentException
- if height
is < 0Units
public BooleanColumnBuilder setMinHeight(Integer height)
height
- the column minimum height >= 0
IllegalArgumentException
- if height
is < 0Units
public 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 setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
horizontalAlignment
-
protected DRBooleanField getComponent()
getComponent
in class ColumnBuilder<BooleanColumnBuilder,DRBooleanColumn>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |