public class DRDesignTextField extends DRDesignHyperlinkComponent implements DRIDesignTextField
DRDesignTextField class.
Constructor and Description |
---|
DRDesignTextField()
Constructor for DRDesignTextField.
|
Modifier and Type | Method and Description |
---|---|
DRDesignGroup |
getEvaluationGroup()
getEvaluationGroup.
|
EvaluationTime |
getEvaluationTime()
getEvaluationTime.
|
HorizontalTextAlignment |
getHorizontalTextAlignment()
getHorizontalTextAlignment.
|
Markup |
getMarkup()
getMarkup.
|
String |
getPattern()
getPattern.
|
DRIDesignExpression |
getPatternExpression()
getPatternExpression.
|
TextAdjust |
getTextAdjust() |
DRIDesignExpression |
getValueExpression()
getValueExpression.
|
boolean |
isPrintRepeatedValues()
isPrintRepeatedValues.
|
boolean |
isStretchWithOverflow()
Deprecated.
|
void |
setEvaluationGroup(DRDesignGroup evaluationGroup)
Setter for the field
evaluationGroup . |
void |
setEvaluationTime(EvaluationTime evaluationTime)
Setter for the field
evaluationTime . |
void |
setHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Setter for the field
horizontalTextAlignment . |
void |
setMarkup(Markup markup)
Setter for the field
markup . |
void |
setPattern(String pattern)
Setter for the field
pattern . |
void |
setPatternExpression(DRIDesignExpression patternExpression)
Setter for the field
patternExpression . |
void |
setPrintRepeatedValues(boolean printRepeatedValues)
Setter for the field
printRepeatedValues . |
void |
setStretchWithOverflow(boolean stretchWithOverflow)
Deprecated.
Replaced by
setTextAdjust(TextAdjust) . |
void |
setTextAdjust(TextAdjust textAdjust)
Setter for the field
textAdjust . |
void |
setValueExpression(DRIDesignExpression valueExpression)
Setter for the field
valueExpression . |
getAnchorNameExpression, getBookmarkLevel, getHyperLink, setAnchorNameExpression, setBookmarkLevel, setHyperLink
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, init, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setHeight, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenExpression, setPrintWhenGroupChanges, setPropertyExpressions, setRemoveLineWhenBlank, setStretchType, setStyle, setTableOfContentsHeading, setUniqueName, setWidth, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAnchorNameExpression, getBookmarkLevel, getHyperLink
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank
public String getPattern()
getPattern.
getPattern
in interface DRIDesignTextField
String
object.public void setPattern(String pattern)
Setter for the field pattern
.
pattern
- a String
object.public DRIDesignExpression getPatternExpression()
getPatternExpression.
getPatternExpression
in interface DRIDesignTextField
DRIDesignExpression
object.public void setPatternExpression(DRIDesignExpression patternExpression)
Setter for the field patternExpression
.
patternExpression
- a DRIDesignExpression
object.public HorizontalTextAlignment getHorizontalTextAlignment()
getHorizontalTextAlignment.
getHorizontalTextAlignment
in interface DRIDesignTextField
HorizontalTextAlignment
object.public void setHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Setter for the field horizontalTextAlignment
.
horizontalTextAlignment
- a HorizontalTextAlignment
object.public DRIDesignExpression getValueExpression()
getValueExpression.
getValueExpression
in interface DRIDesignTextField
DRIDesignExpression
object.public void setValueExpression(DRIDesignExpression valueExpression)
Setter for the field valueExpression
.
valueExpression
- a DRIDesignExpression
object.public boolean isPrintRepeatedValues()
isPrintRepeatedValues.
isPrintRepeatedValues
in interface DRIDesignTextField
public void setPrintRepeatedValues(boolean printRepeatedValues)
Setter for the field printRepeatedValues
.
printRepeatedValues
- a boolean.public EvaluationTime getEvaluationTime()
getEvaluationTime.
getEvaluationTime
in interface DRIDesignTextField
EvaluationTime
object.public void setEvaluationTime(EvaluationTime evaluationTime)
Setter for the field evaluationTime
.
evaluationTime
- a EvaluationTime
object.public DRDesignGroup getEvaluationGroup()
getEvaluationGroup.
getEvaluationGroup
in interface DRIDesignTextField
DRIDesignGroup
object.public void setEvaluationGroup(DRDesignGroup evaluationGroup)
Setter for the field evaluationGroup
.
evaluationGroup
- a DRDesignGroup
object.public Markup getMarkup()
getMarkup.
getMarkup
in interface DRIDesignTextField
Markup
object.public void setMarkup(Markup markup)
Setter for the field markup
.
markup
- a Markup
object.@Deprecated public boolean isStretchWithOverflow()
isStretchWithOverflow.
isStretchWithOverflow
in interface DRIDesignTextField
@Deprecated public void setStretchWithOverflow(boolean stretchWithOverflow)
setTextAdjust(TextAdjust)
.Setter for the field stretchWithOverflow
.
stretchWithOverflow
- a boolean.public TextAdjust getTextAdjust()
getTextAdjust
in interface DRIDesignTextField
TextAdjust
object.public void setTextAdjust(TextAdjust textAdjust)
Setter for the field textAdjust
.
textAdjust
- a TextAdjust
object.Copyright © 2010–2021. All rights reserved.