Class DRDesignTextField
java.lang.Object
ch.unibas.medizin.dynamicreports.design.base.component.DRDesignComponent
ch.unibas.medizin.dynamicreports.design.base.component.DRDesignHyperlinkComponent
ch.unibas.medizin.dynamicreports.design.base.component.DRDesignTextField
- All Implemented Interfaces:
DRIDesignComponent, DRIDesignHyperLinkComponent, DRIDesignTextField, Serializable
DRDesignTextField class.
- Author:
- Ricardo Mariaca, Jan Moxter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvaluationGroup.getEvaluationTime.getHorizontalTextAlignment.getMarkup.getPattern.getPatternExpression.getValueExpression.booleanisPrintRepeatedValues.voidsetEvaluationGroup(DRDesignGroup evaluationGroup) Setter for the fieldevaluationGroup.voidsetEvaluationTime(EvaluationTime evaluationTime) Setter for the fieldevaluationTime.voidsetHorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment) Setter for the fieldhorizontalTextAlignment.voidSetter for the fieldmarkup.voidsetPattern(String pattern) Setter for the fieldpattern.voidsetPatternExpression(DRIDesignExpression patternExpression) Setter for the fieldpatternExpression.voidsetPrintRepeatedValues(boolean printRepeatedValues) Setter for the fieldprintRepeatedValues.voidsetTextAdjust(TextAdjust textAdjust) Setter for the fieldtextAdjust.voidsetValueExpression(DRIDesignExpression valueExpression) Setter for the fieldvalueExpression.Methods inherited from class DRDesignHyperlinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink, setAnchorNameExpression, setBookmarkLevel, setHyperLinkMethods inherited from class DRDesignComponent
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, setYMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DRIDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlankMethods inherited from interface DRIDesignHyperLinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink
-
Constructor Details
-
DRDesignTextField
public DRDesignTextField()Constructor for DRDesignTextField.
-
-
Method Details
-
getPattern
getPattern.
- Specified by:
getPatternin interfaceDRIDesignTextField- Returns:
- a
Stringobject.
-
setPattern
-
getPatternExpression
getPatternExpression.
- Specified by:
getPatternExpressionin interfaceDRIDesignTextField- Returns:
- a
DRIDesignExpressionobject.
-
setPatternExpression
Setter for the field
patternExpression.- Parameters:
patternExpression- aDRIDesignExpressionobject.
-
getHorizontalTextAlignment
getHorizontalTextAlignment.
- Specified by:
getHorizontalTextAlignmentin interfaceDRIDesignTextField- Returns:
- a
HorizontalTextAlignmentobject.
-
setHorizontalTextAlignment
Setter for the field
horizontalTextAlignment.- Parameters:
horizontalTextAlignment- aHorizontalTextAlignmentobject.
-
getValueExpression
getValueExpression.
- Specified by:
getValueExpressionin interfaceDRIDesignTextField- Returns:
- a
DRIDesignExpressionobject.
-
setValueExpression
Setter for the field
valueExpression.- Parameters:
valueExpression- aDRIDesignExpressionobject.
-
isPrintRepeatedValues
public boolean isPrintRepeatedValues()isPrintRepeatedValues.
- Specified by:
isPrintRepeatedValuesin interfaceDRIDesignTextField- Returns:
- a boolean.
-
setPrintRepeatedValues
public void setPrintRepeatedValues(boolean printRepeatedValues) Setter for the field
printRepeatedValues.- Parameters:
printRepeatedValues- a boolean.
-
getEvaluationTime
getEvaluationTime.
- Specified by:
getEvaluationTimein interfaceDRIDesignTextField- Returns:
- a
EvaluationTimeobject.
-
setEvaluationTime
Setter for the field
evaluationTime.- Parameters:
evaluationTime- aEvaluationTimeobject.
-
getEvaluationGroup
getEvaluationGroup.
- Specified by:
getEvaluationGroupin interfaceDRIDesignTextField- Returns:
- a
DRIDesignGroupobject.
-
setEvaluationGroup
Setter for the field
evaluationGroup.- Parameters:
evaluationGroup- aDRDesignGroupobject.
-
getMarkup
getMarkup.
- Specified by:
getMarkupin interfaceDRIDesignTextField- Returns:
- a
Markupobject.
-
setMarkup
-
getTextAdjust
- Specified by:
getTextAdjustin interfaceDRIDesignTextField- Returns:
- a
TextAdjustobject.
-
setTextAdjust
Setter for the field
textAdjust.- Parameters:
textAdjust- aTextAdjustobject.
-