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, setHyperLinkgetHeight, 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, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnchorNameExpression, getBookmarkLevel, getHyperLinkgetHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlankpublic String getPattern()
getPattern.
getPattern in interface DRIDesignTextFieldString object.public void setPattern(String pattern)
Setter for the field pattern.
pattern - a String object.public DRIDesignExpression getPatternExpression()
getPatternExpression.
getPatternExpression in interface DRIDesignTextFieldDRIDesignExpression object.public void setPatternExpression(DRIDesignExpression patternExpression)
Setter for the field patternExpression.
patternExpression - a DRIDesignExpression object.public HorizontalTextAlignment getHorizontalTextAlignment()
getHorizontalTextAlignment.
getHorizontalTextAlignment in interface DRIDesignTextFieldHorizontalTextAlignment object.public void setHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)
Setter for the field horizontalTextAlignment.
horizontalTextAlignment - a HorizontalTextAlignment object.public DRIDesignExpression getValueExpression()
getValueExpression.
getValueExpression in interface DRIDesignTextFieldDRIDesignExpression object.public void setValueExpression(DRIDesignExpression valueExpression)
Setter for the field valueExpression.
valueExpression - a DRIDesignExpression object.public boolean isPrintRepeatedValues()
isPrintRepeatedValues.
isPrintRepeatedValues in interface DRIDesignTextFieldpublic void setPrintRepeatedValues(boolean printRepeatedValues)
Setter for the field printRepeatedValues.
printRepeatedValues - a boolean.public EvaluationTime getEvaluationTime()
getEvaluationTime.
getEvaluationTime in interface DRIDesignTextFieldEvaluationTime object.public void setEvaluationTime(EvaluationTime evaluationTime)
Setter for the field evaluationTime.
evaluationTime - a EvaluationTime object.public DRDesignGroup getEvaluationGroup()
getEvaluationGroup.
getEvaluationGroup in interface DRIDesignTextFieldDRIDesignGroup object.public void setEvaluationGroup(DRDesignGroup evaluationGroup)
Setter for the field evaluationGroup.
evaluationGroup - a DRDesignGroup object.public Markup getMarkup()
getMarkup.
getMarkup in interface DRIDesignTextFieldMarkup 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 DRIDesignTextFieldTextAdjust object.public void setTextAdjust(TextAdjust textAdjust)
Setter for the field textAdjust.
textAdjust - a TextAdjust object.Copyright © 2010–2021. All rights reserved.