net.sf.dynamicreports.report.base.column
Class DRColumn<T extends DRIComponent>
java.lang.Object
net.sf.dynamicreports.report.base.column.DRColumn<T>
- All Implemented Interfaces:
- Serializable, DRIColumn<T>, DRIColumnGridComponent
- Direct Known Subclasses:
- DRBooleanColumn, DRValueColumn
public class DRColumn<T extends DRIComponent>
- extends Object
- implements DRIColumn<T>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRColumn
protected DRColumn()
DRColumn
public DRColumn(T component)
getComponent
public T getComponent()
- Specified by:
getComponent
in interface DRIColumn<T extends DRIComponent>
getTitleExpression
public DRIExpression<?> getTitleExpression()
- Specified by:
getTitleExpression
in interface DRIColumn<T extends DRIComponent>
setTitleExpression
public void setTitleExpression(DRIExpression<?> titleExpression)
getTitleStyle
public DRIReportStyle getTitleStyle()
- Specified by:
getTitleStyle
in interface DRIColumn<T extends DRIComponent>
setTitleStyle
public void setTitleStyle(DRIReportStyle titleStyle)
getTitleHeight
public Integer getTitleHeight()
- Specified by:
getTitleHeight
in interface DRIColumn<T extends DRIComponent>
setTitleHeight
public void setTitleHeight(Integer titleHeight)
getTitleHeightType
public ComponentDimensionType getTitleHeightType()
- Specified by:
getTitleHeightType
in interface DRIColumn<T extends DRIComponent>
setTitleHeightType
public void setTitleHeightType(ComponentDimensionType titleHeightType)
getTitleRows
public Integer getTitleRows()
- Specified by:
getTitleRows
in interface DRIColumn<T extends DRIComponent>
setTitleRows
public void setTitleRows(Integer titleRows)
getTitleStretchWithOverflow
public Boolean getTitleStretchWithOverflow()
- Specified by:
getTitleStretchWithOverflow
in interface DRIColumn<T extends DRIComponent>
setTitleStretchWithOverflow
public void setTitleStretchWithOverflow(Boolean titleStretchWithOverflow)
getTitlePropertyExpressions
public List<DRIPropertyExpression> getTitlePropertyExpressions()
- Specified by:
getTitlePropertyExpressions
in interface DRIColumn<T extends DRIComponent>
addTitlePropertyExpression
public void addTitlePropertyExpression(DRIPropertyExpression propertyExpression)
setTitlePropertyExpressions
public void setTitlePropertyExpressions(List<DRIPropertyExpression> titlePropertyExpressions)
getName
public String getName()
- Specified by:
getName
in interface DRIColumn<T extends DRIComponent>
Copyright © 2010-2014. All Rights Reserved.