net.sf.dynamicreports.design.base.component
Class DRDesignTextField

java.lang.Object
  extended by net.sf.dynamicreports.design.base.component.DRDesignComponent
      extended by net.sf.dynamicreports.design.base.component.DRDesignHyperlinkComponent
          extended by net.sf.dynamicreports.design.base.component.DRDesignTextField
All Implemented Interfaces:
DRIDesignComponent, DRIDesignHyperLinkComponent, DRIDesignTextField

public class DRDesignTextField
extends DRDesignHyperlinkComponent
implements DRIDesignTextField

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignTextField()
           
 
Method Summary
 DRDesignGroup getEvaluationGroup()
           
 EvaluationTime getEvaluationTime()
           
 HorizontalAlignment getHorizontalAlignment()
           
 Markup getMarkup()
           
 String getPattern()
           
 DRIDesignExpression getPatternExpression()
           
 DRIDesignExpression getValueExpression()
           
 boolean isPrintRepeatedValues()
           
 boolean isStretchWithOverflow()
           
 void setEvaluationGroup(DRDesignGroup evaluationGroup)
           
 void setEvaluationTime(EvaluationTime evaluationTime)
           
 void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
           
 void setMarkup(Markup markup)
           
 void setPattern(String pattern)
           
 void setPatternExpression(DRIDesignExpression patternExpression)
           
 void setPrintRepeatedValues(boolean printRepeatedValues)
           
 void setStretchWithOverflow(boolean stretchWithOverflow)
           
 void setValueExpression(DRIDesignExpression valueExpression)
           
 
Methods inherited from class net.sf.dynamicreports.design.base.component.DRDesignHyperlinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink, setAnchorNameExpression, setBookmarkLevel, setHyperLink
 
Methods inherited from class net.sf.dynamicreports.design.base.component.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, setY
 
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.design.definition.component.DRIDesignHyperLinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink
 
Methods inherited from interface net.sf.dynamicreports.design.definition.component.DRIDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank
 

Constructor Detail

DRDesignTextField

public DRDesignTextField()
Method Detail

getPattern

public String getPattern()
Specified by:
getPattern in interface DRIDesignTextField

setPattern

public void setPattern(String pattern)

getPatternExpression

public DRIDesignExpression getPatternExpression()
Specified by:
getPatternExpression in interface DRIDesignTextField

setPatternExpression

public void setPatternExpression(DRIDesignExpression patternExpression)

getHorizontalAlignment

public HorizontalAlignment getHorizontalAlignment()
Specified by:
getHorizontalAlignment in interface DRIDesignTextField

setHorizontalAlignment

public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)

getValueExpression

public DRIDesignExpression getValueExpression()
Specified by:
getValueExpression in interface DRIDesignTextField

setValueExpression

public void setValueExpression(DRIDesignExpression valueExpression)

isPrintRepeatedValues

public boolean isPrintRepeatedValues()
Specified by:
isPrintRepeatedValues in interface DRIDesignTextField

setPrintRepeatedValues

public void setPrintRepeatedValues(boolean printRepeatedValues)

getEvaluationTime

public EvaluationTime getEvaluationTime()
Specified by:
getEvaluationTime in interface DRIDesignTextField

setEvaluationTime

public void setEvaluationTime(EvaluationTime evaluationTime)

getEvaluationGroup

public DRDesignGroup getEvaluationGroup()
Specified by:
getEvaluationGroup in interface DRIDesignTextField

setEvaluationGroup

public void setEvaluationGroup(DRDesignGroup evaluationGroup)

getMarkup

public Markup getMarkup()
Specified by:
getMarkup in interface DRIDesignTextField

setMarkup

public void setMarkup(Markup markup)

isStretchWithOverflow

public boolean isStretchWithOverflow()
Specified by:
isStretchWithOverflow in interface DRIDesignTextField

setStretchWithOverflow

public void setStretchWithOverflow(boolean stretchWithOverflow)


Copyright © 2010-2014. All Rights Reserved.