nl.flotsam.pecia.builder.base
Class RowFactory.LastColDef<T>

java.lang.Object
  extended by nl.flotsam.pecia.builder.base.RowFactory.LastColDef<T>
Enclosing class:
RowFactory

public static class RowFactory.LastColDef<T>
extends Object


Constructor Summary
RowFactory.LastColDef(DocumentBuilder builder, T parent, boolean header)
           
 
Method Summary
 RowFactory.ColDef<LastEntry<T>> col()
           
 Row<LastEntry<T>> create(boolean first)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowFactory.LastColDef

public RowFactory.LastColDef(DocumentBuilder builder,
                             T parent,
                             boolean header)
Method Detail

create

public Row<LastEntry<T>> create(boolean first)

col

public RowFactory.ColDef<LastEntry<T>> col()


Copyright © 2010. All Rights Reserved.