nl.flotsam.pecia.builder.base
Class DefaultTable2ColsBuilder<T>
java.lang.Object
nl.flotsam.pecia.builder.base.AbstractBuilder<T>
nl.flotsam.pecia.builder.base.AbstractTableBuilder<T>
nl.flotsam.pecia.builder.base.DefaultTable2ColsBuilder<T>
- All Implemented Interfaces:
- Initializer<Table2ColsBuilder<T>>, Table2ColsBuilder<T>, TableBuilder, DocumentElement<T>, Table<T,Entry<LastEntry<Table2Cols<T>>>>, Table2Cols<T>
public class DefaultTable2ColsBuilder<T>
- extends AbstractTableBuilder<T>
- implements Table2ColsBuilder<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTable2ColsBuilder
public DefaultTable2ColsBuilder(DocumentBuilder builder,
T parent,
LifecycleListener listener)
header
public Row<Entry<LastEntry<Table2Cols<T>>>> header()
- Description copied from interface:
Table
- The top row of the table.
- Specified by:
header
in interface Table<T,Entry<LastEntry<Table2Cols<T>>>>
- Returns:
- The object allowing you to populate a header row.
row
public Row<Entry<LastEntry<Table2Cols<T>>>> row()
- Description copied from interface:
Table
- A non-header row.
- Specified by:
row
in interface Table<T,Entry<LastEntry<Table2Cols<T>>>>
- Returns:
- The object allowing you to populate an ordinary row.
start
public Table2ColsBuilder<T> start()
- Specified by:
start
in interface Initializer<Table2ColsBuilder<T>>
getColCount
public int getColCount()
- Specified by:
getColCount
in interface TableBuilder
Copyright © 2010. All Rights Reserved.