Part of stoqlib.reporting.base.tables View In Hierarchy
Known subclasses: stoqlib.reporting.base.tables.DataTableBuilder, stoqlib.reporting.base.tables.GroupingTableBuilder, stoqlib.reporting.base.tables.NewObjectTableBuilder, stoqlib.reporting.base.tables.ReportTableBuilder
| Method | __init__ | Creates a new AbstractTableBuilder object |
| Method | create_table | The table creation core |
| Method | add_row | Just add an extra row to the table |
| Method | get_data | Returns all the table lines plus the extra row, if any. |
| Method | update_style | Implement this method on subclass to define your own table styles. |
| Parameters | data | The table rows. |
| (type: list ) | ||
| style | The table style. | |
| (type: TableStyle ) | ||