Uses of Interface
nl.flotsam.pecia.Row

Packages that use Row
nl.flotsam.pecia The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc. 
nl.flotsam.pecia.builder The package providing the interfaces to be implemented by classes responsible for generating content. 
nl.flotsam.pecia.builder.base The package providing a default implementation of the builder interfaces. 
nl.flotsam.pecia.builder.html The package providing a default implementation of the builder interfaces for generating HTML output. 
 

Uses of Row in nl.flotsam.pecia
 

Methods in nl.flotsam.pecia that return Row
 Row<V> Table.header()
          The top row of the table.
 Row<V> Table.row()
          A non-header row.
 

Uses of Row in nl.flotsam.pecia.builder
 

Subinterfaces of Row in nl.flotsam.pecia.builder
 interface RowBuilder<T>
           
 

Uses of Row in nl.flotsam.pecia.builder.base
 

Classes in nl.flotsam.pecia.builder.base that implement Row
 class DefaultRowBuilder<T>
           
 

Methods in nl.flotsam.pecia.builder.base that return Row
 Row<Entry<T>> RowFactory.ColDef.create(boolean first)
          Constructs the row.
 Row<LastEntry<T>> RowFactory.LastColDef.create(boolean first)
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.header()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.header()
           
 Row<Entry<Entry<LastEntry<Table3Cols<T>>>>> DefaultTable3ColsBuilder.header()
           
 Row<Entry<LastEntry<Table2Cols<T>>>> DefaultTable2ColsBuilder.header()
           
 Row<Entry<Entry<Entry<Entry<Entry<LastEntry<Table6Cols<T>>>>>>>> DefaultTable6ColsBuilder.row()
           
 Row<Entry<Entry<Entry<Entry<LastEntry<Table5Cols<T>>>>>>> DefaultTable5ColsBuilder.row()
           
 Row<Entry<Entry<Entry<LastEntry<Table4Cols<T>>>>>> DefaultTable4ColsBuilder.row()
           
 Row<Entry<Entry<LastEntry<Table3Cols<T>>>>> DefaultTable3ColsBuilder.row()
           
 Row<Entry<LastEntry<Table2Cols<T>>>> DefaultTable2ColsBuilder.row()
           
 Row<T> DefaultRowBuilder.start()
           
 

Uses of Row in nl.flotsam.pecia.builder.html
 

Classes in nl.flotsam.pecia.builder.html that implement Row
 class HtmlDocumentBuilder.HtmlRowBuilder<T>
           
 



Copyright © 2010. All Rights Reserved.