|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
HtmlDocumentBuilder.createRow(T parent,
boolean header,
boolean first,
DocumentBuilder builder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |