NewTaskRendering
Handles rendering of tasks, using the following strategy:
- When a row is rendered, it collects a DOM config for its task bar and stores in a map (row -> config)
- When a rendering pass is done, it syncs the DOM configs from the map to DOM
The need for caching with this approach is minimal, only the map needs to be kept up to date with available rows.
Properties
6
Properties
6Class hierarchy
Identifies an object as an instance of NewTaskRendering class, or subclass thereof.
Identifies an object as an instance of NewTaskRendering class, or subclass thereof.
Functions
16
Functions
16Other
Gets displaying item end side
| Parameter | Type | Description |
|---|---|---|
taskRecord | TaskModel |
Returns: String -
'left' / 'right' / 'top' / 'bottom'
Gets displaying item start side
| Parameter | Type | Description |
|---|---|---|
taskRecord | TaskModel |
Returns: String -
'left' / 'right' / 'top' / 'bottom'
Configuration
Events
detachListenersBase