Part of stoqlib.reporting.base.tables View In Hierarchy
Known subclasses: stoqlib.reporting.base.tables.ColumnTableBuilder
| Method | __init__ | Creates a new AbstractTableBuilder object |
| Method | set_highlight | Set the table highlight type: |
| Method | create_table | Override the AbstractTableBuilder create_table method to allow |
| Method | get_data | Return all the table rows |
| Method | update_style | Apply the report table style. |
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 ) | ||
| Parameters | highlight | The highlight type |
| (type: One of HIGHLIGHT_ODD, HIGHLIGHT_NEVER, HIGHLIGHT_ALWAYS constants ) | ||