|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dynamicreports.report.base.component.DRComponent
net.sf.dynamicreports.report.base.component.DRDimensionComponent
net.sf.dynamicreports.report.base.component.DRHyperLinkComponent
net.sf.dynamicreports.report.base.component.DRTextField<T>
public class DRTextField<T>
Constructor Summary | |
---|---|
DRTextField()
|
Methods inherited from class net.sf.dynamicreports.report.base.component.DRHyperLinkComponent |
---|
getAnchorNameExpression, getBookmarkLevel, getHyperLink, setAnchorNameExpression, setBookmarkLevel, setHyperLink |
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent |
---|
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType |
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent |
---|
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading |
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.definition.component.DRIHyperLinkComponent |
---|
getAnchorNameExpression, getBookmarkLevel, getHyperLink |
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent |
---|
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType |
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent |
---|
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading |
Constructor Detail |
---|
public DRTextField()
Method Detail |
---|
public DRIExpression<T> getValueExpression()
getValueExpression
in interface DRITextField<T>
public void setValueExpression(DRIExpression<T> valueExpression)
public String getPattern()
getPattern
in interface DRITextField<T>
public void setPattern(String pattern)
public DRIExpression<String> getPatternExpression()
getPatternExpression
in interface DRITextField<T>
public void setPatternExpression(DRIExpression<String> patternExpression)
public HorizontalAlignment getHorizontalAlignment()
getHorizontalAlignment
in interface DRITextField<T>
public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
public DRIValueFormatter<?,? super T> getValueFormatter()
getValueFormatter
in interface DRITextField<T>
public void setValueFormatter(DRIValueFormatter<?,? super T> valueFormatter)
public DRIDataType<? super T,T> getDataType()
getDataType
in interface DRITextField<T>
public void setDataType(DRIDataType<? super T,T> dataType)
public Integer getColumns()
getColumns
in interface DRITextField<T>
public void setColumns(Integer columns)
columns
multiplied by width of the
character m for the font used
columns
- the number of columns >= 0
IllegalArgumentException
- if columns
is < 0public Integer getRows()
getRows
in interface DRITextField<T>
public void setRows(Integer rows)
rows
multiplied by height of the font
rows
- the number of rows >= 0
IllegalArgumentException
- if rows
is < 0public Evaluation getEvaluationTime()
getEvaluationTime
in interface DRITextField<T>
public void setEvaluationTime(Evaluation evaluationTime)
public DRGroup getEvaluationGroup()
getEvaluationGroup
in interface DRITextField<T>
public void setEvaluationGroup(DRGroup evaluationGroup)
public Markup getMarkup()
getMarkup
in interface DRITextField<T>
public void setMarkup(Markup markup)
public Boolean getStretchWithOverflow()
getStretchWithOverflow
in interface DRITextField<T>
public void setStretchWithOverflow(Boolean stretchWithOverflow)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |