net.sf.dynamicreports.report.builder.component
Class CurrentDateBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
      extended by net.sf.dynamicreports.report.builder.component.ComponentBuilder<T,U>
          extended by net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder<T,U>
              extended by net.sf.dynamicreports.report.builder.component.HyperLinkComponentBuilder<T,U>
                  extended by net.sf.dynamicreports.report.builder.component.AbstractFormatFieldBuilder<CurrentDateBuilder,DRCurrentDate>
                      extended by net.sf.dynamicreports.report.builder.component.CurrentDateBuilder
All Implemented Interfaces:
Serializable

public class CurrentDateBuilder
extends AbstractFormatFieldBuilder<CurrentDateBuilder,DRCurrentDate>

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

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected CurrentDateBuilder()
           
 
Method Summary
protected  void configure()
           
 CurrentDateBuilder setPattern(String pattern)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.component.AbstractFormatFieldBuilder
setFormatExpression, setFormatExpression, setHorizontalAlignment
 
Methods inherited from class net.sf.dynamicreports.report.builder.component.HyperLinkComponentBuilder
setAnchorName, setAnchorName, setBookmarkLevel, setHyperLink
 
Methods inherited from class net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder
setDimension, setFixedDimension, setFixedHeight, setFixedWidth, setHeight, setMinDimension, setMinHeight, setMinWidth, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth
 
Methods inherited from class net.sf.dynamicreports.report.builder.component.ComponentBuilder
addProperty, addProperty, addProperty, getComponent, removeLineWhenBlank, setPrintWhenExpression, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading, setTableOfContentsHeading
 
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
build, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentDateBuilder

protected CurrentDateBuilder()
Method Detail

setPattern

public CurrentDateBuilder setPattern(String pattern)

configure

protected void configure()
Overrides:
configure in class AbstractBuilder<CurrentDateBuilder,DRCurrentDate>


Copyright © 2010-2014. All Rights Reserved.