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

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
      extended by net.sf.dynamicreports.report.builder.component.ComponentBuilder<BreakBuilder,DRBreak>
          extended by net.sf.dynamicreports.report.builder.component.BreakBuilder
All Implemented Interfaces:
Serializable

public class BreakBuilder
extends ComponentBuilder<BreakBuilder,DRBreak>

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 BreakBuilder()
           
 
Method Summary
 BreakBuilder setType(BreakType breakType)
           
 
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, configure, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakBuilder

protected BreakBuilder()
Method Detail

setType

public BreakBuilder setType(BreakType breakType)


Copyright © 2010-2014. All Rights Reserved.