Last page update: November 10, 2011
Note
summary of the component requirements:
It is a standard component.
It can be used both as an active component or as a passive component:
py_requires to use the component as an active component:
py_requires = 'public:TableHandlerMain'py_requires to use the component as a passive component:
py_requires = 'th/th:TableHandler'
The TableHandler is a way to handle data visualization and data entry
The TableHandler is structured in two main classes:
the View class, to manage data visualization. This class will be visualized into a view-data window:
![]()
the Form class, to manage data entry. This class will be visualized into a data-entry window:
![]()
The TableHandler carries many features:
- It automatically handles the management of data recording
- It is fully customizable:
- manipulating the main structure of View and Form classes: more information in the TableHandler: paths page
- choosing the CSS icons set: more information in the CSS icons section
- choosing the GUI of your data-entry window from a set of options (e.g: dialog, palette, stackcontainer...): more information in the TableHandler: types page