nl.flotsam.pecia
Interface Row<T>

Type Parameters:
T - The type of context of this table row.
All Known Subinterfaces:
RowBuilder<T>
All Known Implementing Classes:
DefaultRowBuilder, HtmlDocumentBuilder.HtmlRowBuilder

public interface Row<T>

A table row.

Author:
Wilfred Springer

Method Summary
 T entry()
          Adds an entry to the table row.
 

Method Detail

entry

T entry()
Adds an entry to the table row.

Returns:
The first entry of the table row.


Copyright © 2010. All Rights Reserved.