Uses of Interface
nl.flotsam.pecia.builder.RowBuilder

Packages that use RowBuilder
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 RowBuilder in nl.flotsam.pecia.builder
 

Methods in nl.flotsam.pecia.builder that return RowBuilder
<T> RowBuilder<T>
DocumentBuilder.createRow(T parent, boolean header, boolean first, DocumentBuilder builder)
           
 

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

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

Methods in nl.flotsam.pecia.builder.base that return RowBuilder
<T> RowBuilder<T>
DefaultDocumentBuilder.createRow(T parent, boolean header, boolean first, DocumentBuilder builder)
           
 

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

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

Methods in nl.flotsam.pecia.builder.html that return RowBuilder
<T> RowBuilder<T>
HtmlDocumentBuilder.createRow(T parent, boolean header, boolean first, DocumentBuilder builder)
           
 



Copyright © 2010. All Rights Reserved.