|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.report.builder.AbstractBuilder<ColumnTitleGroupBuilder,DRColumnTitleGroup>
net.sf.dynamicreports.report.builder.grid.ColumnTitleGroupBuilder
public class ColumnTitleGroupBuilder
| Field Summary |
|---|
| Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder |
|---|
builded |
| Constructor Summary | |
|---|---|
protected |
ColumnTitleGroupBuilder()
|
| Method Summary | |
|---|---|
ColumnTitleGroupBuilder |
add(ColumnGridComponentBuilder... components)
|
ColumnTitleGroupBuilder |
addTitleProperty(DRIPropertyExpression propertyExpression)
Adds a jasper property to the column title group. |
ColumnTitleGroupBuilder |
addTitleProperty(String name,
DRIExpression<String> valueExpression)
Adds a jasper property to the column title group. |
ColumnTitleGroupBuilder |
addTitleProperty(String name,
String value)
Adds a jasper property to the column title group. |
DRColumnTitleGroup |
getColumnGridTitleGroup()
|
ColumnTitleGroupBuilder |
setTitle(DRIExpression<?> titleExpression)
|
ColumnTitleGroupBuilder |
setTitle(String title)
|
ColumnTitleGroupBuilder |
setTitleColumns(Integer columns)
This method is used to define the preferred width of a column title. |
ColumnTitleGroupBuilder |
setTitleFixedColumns(Integer columns)
This method is used to define the fixed width of a column title. |
ColumnTitleGroupBuilder |
setTitleFixedHeight(Integer height)
Sets the fixed height of a column title. |
ColumnTitleGroupBuilder |
setTitleFixedRows(Integer rows)
This method is used to define the fixed height of a column title. |
ColumnTitleGroupBuilder |
setTitleFixedWidth(Integer width)
Sets the fixed width of a column title. |
ColumnTitleGroupBuilder |
setTitleHeight(Integer height)
Sets the preferred height of a column title. |
ColumnTitleGroupBuilder |
setTitleMinColumns(Integer columns)
This method is used to define the minimum width of a column title. |
ColumnTitleGroupBuilder |
setTitleMinHeight(Integer height)
Sets the minimum height of a column title. |
ColumnTitleGroupBuilder |
setTitleMinRows(Integer rows)
This method is used to define the minimum height of a column title. |
ColumnTitleGroupBuilder |
setTitleMinWidth(Integer width)
Sets the minimum width of a column title. |
ColumnTitleGroupBuilder |
setTitleRows(Integer rows)
This method is used to define the preferred height of a column title. |
ColumnTitleGroupBuilder |
setTitleStretchWithOverflow(Boolean stretchWithOverflow)
|
ColumnTitleGroupBuilder |
setTitleStyle(ReportStyleBuilder titleStyle)
|
ColumnTitleGroupBuilder |
setTitleWidth(Integer width)
Sets the preferred width of a column title. |
| 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 ColumnTitleGroupBuilder()
| Method Detail |
|---|
public ColumnTitleGroupBuilder add(ColumnGridComponentBuilder... components)
public ColumnTitleGroupBuilder setTitle(DRIExpression<?> titleExpression)
public ColumnTitleGroupBuilder setTitle(String title)
public ColumnTitleGroupBuilder setTitleStyle(ReportStyleBuilder titleStyle)
public ColumnTitleGroupBuilder setTitleColumns(Integer columns)
columns multiplied by width of the font
columns - the number of preferred columns >= 0
IllegalArgumentException - if columns is < 0public ColumnTitleGroupBuilder setTitleFixedColumns(Integer columns)
columns multiplied by width of the font
columns - the number of fixed columns >= 0
IllegalArgumentException - if columns is < 0public ColumnTitleGroupBuilder setTitleMinColumns(Integer columns)
columns multiplied by width of the font
columns - the number of minimum columns >= 0
IllegalArgumentException - if columns is < 0public ColumnTitleGroupBuilder setTitleWidth(Integer width)
width - the column title preferred width >= 0
IllegalArgumentException - if width is < 0Unitspublic ColumnTitleGroupBuilder setTitleFixedWidth(Integer width)
width - the column title fixed width >= 0
IllegalArgumentException - if width is < 0Unitspublic ColumnTitleGroupBuilder setTitleMinWidth(Integer width)
width - the column title minimum width >= 0
IllegalArgumentException - if width is < 0Unitspublic ColumnTitleGroupBuilder setTitleRows(Integer rows)
rows multiplied by height of the font
rows - the number of preferred rows >= 0
IllegalArgumentException - if rows is < 0public ColumnTitleGroupBuilder setTitleFixedRows(Integer rows)
rows multiplied by height of the font
rows - the number of fixed rows >= 0
IllegalArgumentException - if rows is < 0public ColumnTitleGroupBuilder setTitleMinRows(Integer rows)
rows multiplied by height of the font
rows - the number of minimum rows >= 0
IllegalArgumentException - if rows is < 0public ColumnTitleGroupBuilder setTitleHeight(Integer height)
height - the column title preferred height >= 0
IllegalArgumentException - if height is < 0Unitspublic ColumnTitleGroupBuilder setTitleFixedHeight(Integer height)
height - the column title fixed height >= 0
IllegalArgumentException - if height is < 0Unitspublic ColumnTitleGroupBuilder setTitleMinHeight(Integer height)
height - the column title minimum height >= 0
IllegalArgumentException - if height is < 0Unitspublic ColumnTitleGroupBuilder setTitleStretchWithOverflow(Boolean stretchWithOverflow)
public ColumnTitleGroupBuilder addTitleProperty(DRIPropertyExpression propertyExpression)
propertyExpression - the property expression
public ColumnTitleGroupBuilder addTitleProperty(String name,
DRIExpression<String> valueExpression)
name - the property namevalueExpression - the property value expression
public ColumnTitleGroupBuilder addTitleProperty(String name,
String value)
name - the property namevalue - the property value
public DRColumnTitleGroup getColumnGridTitleGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||