|
||||||||||
| 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<ComponentColumnBuilder,DRColumn<DRComponent>>
net.sf.dynamicreports.report.builder.column.ComponentColumnBuilder
public class ComponentColumnBuilder
It is used to display custom components (e.g. images or complex content) in columns.
| Field Summary |
|---|
| Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder |
|---|
builded |
| Constructor Summary | |
|---|---|
protected |
ComponentColumnBuilder(ComponentBuilder<?,?> component)
|
| Method Summary | |
|---|---|
ComponentColumnBuilder |
setFixedHeight(Integer height)
Sets the fixed height of a column. |
ComponentColumnBuilder |
setFixedWidth(Integer width)
Sets the fixed width of a column. |
ComponentColumnBuilder |
setHeight(Integer height)
Sets the preferred height of a column. |
ComponentColumnBuilder |
setMinHeight(Integer height)
Sets the minimum height of a column. |
ComponentColumnBuilder |
setMinWidth(Integer width)
Sets the minimum width of a column. |
ComponentColumnBuilder |
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, 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 ComponentColumnBuilder(ComponentBuilder<?,?> component)
| Method Detail |
|---|
public ComponentColumnBuilder setWidth(Integer width)
width - the column preferred width >= 0
IllegalArgumentException - if width is < 0Unitspublic ComponentColumnBuilder setFixedWidth(Integer width)
width - the column fixed width >= 0
IllegalArgumentException - if width is < 0Unitspublic ComponentColumnBuilder setMinWidth(Integer width)
width - the column minimum width >= 0
IllegalArgumentException - if width is < 0Unitspublic ComponentColumnBuilder setHeight(Integer height)
height - the column preferred height >= 0
IllegalArgumentException - if height is < 0Unitspublic ComponentColumnBuilder setFixedHeight(Integer height)
height - the column fixed height >= 0
IllegalArgumentException - if height is < 0Unitspublic ComponentColumnBuilder setMinHeight(Integer height)
height - the column minimum height >= 0
IllegalArgumentException - if height is < 0Units
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||