altinn_editor_primary_table module¶
- class AltinnEditorPrimaryTable(time_units, conn, variable_selector_instance)¶
Bases:
object
Module creating the primary editing table for the Altinn Editor.
Note
Is in a separate class from the view to futureproof, in future is possible to replace or even make customizable.
- Parameters:
time_units (list[str])
conn (object)
variable_selector_instance (VariableSelector)
- layout()¶
Returns the layout of the module.
- Return type:
Div
- module_callbacks()¶
Defines the callbacks for the module.
- Return type:
None