net.sf.dynamicreports.report.builder
Class SortBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<SortBuilder,DRSort>
      extended by net.sf.dynamicreports.report.builder.SortBuilder
All Implemented Interfaces:
Serializable

public class SortBuilder
extends AbstractBuilder<SortBuilder,DRSort>

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 SortBuilder(DRIExpression<?> expression)
           
protected SortBuilder(FieldBuilder<?> field)
           
protected SortBuilder(TextColumnBuilder<?> column)
           
protected SortBuilder(VariableBuilder<?> variable)
           
 
Method Summary
 SortBuilder setOrderType(OrderType orderType)
           
 
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

SortBuilder

protected SortBuilder(TextColumnBuilder<?> column)

SortBuilder

protected SortBuilder(FieldBuilder<?> field)

SortBuilder

protected SortBuilder(VariableBuilder<?> variable)

SortBuilder

protected SortBuilder(DRIExpression<?> expression)
Method Detail

setOrderType

public SortBuilder setOrderType(OrderType orderType)


Copyright © 2010-2014. All Rights Reserved.