Package | Description |
---|---|
com.flexganttfx.view |
The main Gantt chart controls.
|
Modifier and Type | Method and Description |
---|---|
GanttChart.RowHeaderType |
GanttChart.getRowHeaderType()
Returns the value of
GanttChart.rowHeaderTypeProperty() . |
static GanttChart.RowHeaderType |
GanttChart.RowHeaderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttChart.RowHeaderType[] |
GanttChart.RowHeaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<GanttChart.RowHeaderType> |
GanttChart.rowHeaderTypeProperty()
A property used to store the currently used type of row headers (row
number, level number, custom graphics).
|
Modifier and Type | Method and Description |
---|---|
void |
GanttChart.setRowHeaderType(GanttChart.RowHeaderType type)
Sets the value of
GanttChart.rowHeaderTypeProperty() . |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.