Part of stoqlib.reporting.base.tables View In Hierarchy
Known subclasses: stoqlib.reporting.base.tables.GroupingTableColumn
| Method | __init__ | Creates a new ObjectTableColumn object |
| Method | get_string_data | Returns the column value. The value can be returned through |
| Method | __repr__ | Undocumented |
Inherited from TableColumn:
| Method | get_translated_alignment | Undocumented |
| Method | update_style | Apply the column style. |
| Parameters | name | The column name |
| (type: str ) | ||
| data_source | The attribute name where get the column value from. This can be a callable object too. | |
| (type: object ) | ||
| expand_factor | The column expand factor. | |
| (type: float ) | ||
| align | The table alignment. One of LEFT, RIGHT, CENTER constants defined on stoqlib reporting flowables module. | |
| (type: One of LEFT, RIGHT or CENTER ) | ||
| truncate | If True, the column value will be truncate if its size was greater than the column width. | |
| (type: bool ) | ||