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