|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dynamicreports.report.base.grid.DRColumnTitleGroup
public class DRColumnTitleGroup
Constructor Summary | |
---|---|
DRColumnTitleGroup()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DRColumnTitleGroup()
Method Detail |
---|
public DRColumnGridList getList()
getList
in interface DRIColumnTitleGroup
public void addComponent(DRIColumnGridComponent component)
public DRIExpression<?> getTitleExpression()
getTitleExpression
in interface DRIColumnTitleGroup
public void setTitleExpression(DRIExpression<?> titleExpression)
public DRIReportStyle getTitleStyle()
getTitleStyle
in interface DRIColumnTitleGroup
public void setTitleStyle(DRIReportStyle titleStyle)
public Integer getTitleWidth()
getTitleWidth
in interface DRIColumnTitleGroup
public void setTitleWidth(Integer titleWidth)
titleWidth
- the column title width >= 0
IllegalArgumentException
- if titleWidth
is < 0Units
public ComponentDimensionType getTitleWidthType()
getTitleWidthType
in interface DRIColumnTitleGroup
public void setTitleWidthType(ComponentDimensionType titleWidthType)
public Integer getTitleColumns()
getTitleColumns
in interface DRIColumnTitleGroup
public void setTitleColumns(Integer titleColumns)
columns
multiplied by width of the
character m for the font used
titleColumns
- the number of columns >= 0
IllegalArgumentException
- if columns
is < 0public Integer getTitleHeight()
getTitleHeight
in interface DRIColumnTitleGroup
public void setTitleHeight(Integer titleHeight)
titleHeight
- the column title height >= 0
IllegalArgumentException
- if titleHeight
is < 0Units
public ComponentDimensionType getTitleHeightType()
getTitleHeightType
in interface DRIColumnTitleGroup
public void setTitleHeightType(ComponentDimensionType titleHeightType)
public Integer getTitleRows()
getTitleRows
in interface DRIColumnTitleGroup
public void setTitleRows(Integer titleRows)
rows
multiplied by height of the font
titleRows
- the number of rows >= 0
IllegalArgumentException
- if rows
is < 0public Boolean getTitleStretchWithOverflow()
getTitleStretchWithOverflow
in interface DRIColumnTitleGroup
public void setTitleStretchWithOverflow(Boolean titleStretchWithOverflow)
public List<DRIPropertyExpression> getTitlePropertyExpressions()
getTitlePropertyExpressions
in interface DRIColumnTitleGroup
public void addTitlePropertyExpression(DRIPropertyExpression propertyExpression)
public void setTitlePropertyExpressions(List<DRIPropertyExpression> titlePropertyExpressions)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |