Part of stoqlib.reporting.base.tables View In Hierarchy
Known subclasses: stoqlib.reporting.base.tables.ObjectTableColumn
| Method | __init__ | Column class for ColumnTable |
| Method | get_translated_alignment | Undocumented |
| Method | get_string_data | Returns the column value. The value can be returned through |
| Method | __repr__ | Undocumented |
| Method | update_style | Apply the column style. |
| Parameters | name | The column name |
| (type: str ) | ||
| width | The column width | |
| (type: float ) | ||
| format_string | A string that will be used to format the column value. | |
| (type: str ) | ||
| format_func | A function that will be called to format the column value | |
| (type: ) | ||
| truncate | Must be the string be truncate if its length was greater than the colum width? | |
| (type: bool ) | ||
| expand | Must this column expand? | |
| (type: bool ) | ||
| virtual | If True, then the column *omit* its separator with the last column and its header will be expanded with the one of last column. | |
| (type: bool ) | ||
| style | The cell style, defaults to 'TableCell'. | |
| (type: str ) | ||