Part of stoqlib.reporting.base.tables View In Hierarchy
Method | __init__ | Creates a new AbstractTableBuilder object |
Method | create_table | The table creation core |
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. |
Method | update_header_style | Undocumented |
Method | _setup_columns | Undocumented |
Method | _setup_groups | Undocumented |
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 ) |