net.sf.dynamicreports.report.base.component
Class DRCurrentDate

java.lang.Object
  extended by net.sf.dynamicreports.report.base.component.DRComponent
      extended by net.sf.dynamicreports.report.base.component.DRDimensionComponent
          extended by net.sf.dynamicreports.report.base.component.DRHyperLinkComponent
              extended by net.sf.dynamicreports.report.base.component.DRFormatField
                  extended by net.sf.dynamicreports.report.base.component.DRCurrentDate
All Implemented Interfaces:
Serializable, DRIComponent, DRICurrentDate, DRIDimensionComponent, DRIFormatField, DRIHyperLinkComponent

public class DRCurrentDate
extends DRFormatField
implements DRICurrentDate

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRCurrentDate()
           
 
Method Summary
 String getPattern()
           
 void setPattern(String pattern)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRFormatField
getFormatExpression, getHorizontalAlignment, setFormatExpression, setHorizontalAlignment
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRHyperLinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink, setAnchorNameExpression, setBookmarkLevel, setHyperLink
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading
 
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.report.definition.component.DRIFormatField
getFormatExpression, getHorizontalAlignment
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIHyperLinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Constructor Detail

DRCurrentDate

public DRCurrentDate()
Method Detail

getPattern

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

setPattern

public void setPattern(String pattern)


Copyright © 2010-2014. All Rights Reserved.