net.sf.dynamicreports.design.definition.component
Interface DRIDesignTextField

All Superinterfaces:
DRIDesignComponent, DRIDesignHyperLinkComponent
All Known Implementing Classes:
DRDesignTextField

public interface DRIDesignTextField
extends DRIDesignHyperLinkComponent

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

Method Summary
 DRIDesignGroup getEvaluationGroup()
           
 EvaluationTime getEvaluationTime()
           
 HorizontalAlignment getHorizontalAlignment()
           
 Markup getMarkup()
           
 String getPattern()
           
 DRIDesignExpression getPatternExpression()
           
 DRIDesignExpression getValueExpression()
           
 boolean isPrintRepeatedValues()
           
 boolean isStretchWithOverflow()
           
 
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
 

Method Detail

getPattern

String getPattern()

getPatternExpression

DRIDesignExpression getPatternExpression()

getHorizontalAlignment

HorizontalAlignment getHorizontalAlignment()

getValueExpression

DRIDesignExpression getValueExpression()

isPrintRepeatedValues

boolean isPrintRepeatedValues()

getEvaluationTime

EvaluationTime getEvaluationTime()

getEvaluationGroup

DRIDesignGroup getEvaluationGroup()

getMarkup

Markup getMarkup()

isStretchWithOverflow

boolean isStretchWithOverflow()


Copyright © 2010-2014. All Rights Reserved.