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