Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumeration used to control the visuals of the cells in the row header column.

since

1.0

see

RowHeader, GanttChart.setRowHeaderType(RowHeaderType), GanttChart.setRowHeaderNodeFactory(Callback)

Index

Enumeration members

Enumeration members

GRAPHIC_NODE

GRAPHIC_NODE: = "GRAPHIC_NODE"

Makes the row header cells display a custom node for each row.

since

1.0

LEVEL_NUMBER

LEVEL_NUMBER: = "LEVEL_NUMBER"

Makes the row header cells display the level number of the current row (1, 1.1, 1.2, 2, 2.1, 2.2, 2.3, ...).

since

1.0

ROW_NUMBER

ROW_NUMBER: = "ROW_NUMBER"

Makes the row header cells display the number of the current row (1, 2, 3, ....).

since

1.0