Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an icon image.
Syntax
public void initKanbanJobIcon(
Kanban _kanban,
KanbanJob _kanbanJob,
[KanbanJobIcon _kanbanJobIcon,
boolean _overdue])
Run On
Called
Parameters
- _kanban
Type: Kanban Table
A record in the Kanban table that is used to find the correct icon image.
- _kanbanJob
Type: KanbanJob Table
A record in the KanbanJob table that is used to find the correct icon image.
- _kanbanJobIcon
Type: KanbanJobIcon Class
An instance of the KanbanJobIcon class; optional.
- _overdue
Type: boolean
A Boolean value that indicates whether the kanban job is overdue; optional.