
Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control. Activities can be added to a specific layer on a row by calling Row.addActivity(Layer, Activity).
The following table lists all available activity types.
Activity Interface | Base Implementation | Description & Attributes | Editable |
---|---|---|---|
MutableActivity | MutableActivityBase | The simplest form of a mutable activity. The user can change the start and end time of these activities. | |
getDetail(Node) |
Gets the node that is being shown as the detail node of the secondary master detail pane. | ||
getPrimaryMasterDetailPane(); |
Returns the primary master / detail pane. This pane shows the tree table view as its detail and the secondary master / detail pane as its master. | ||
getSecondaryMasterDetailPane(); |
Returns the secondary master / detail pane. This pane shows the graphics view as its master and an optional node as its detail. |
Editable
Activity ActivityBaseBase The simplest form of an activity.
id (String)
name (String)
startTime (Instant)
endTime (Instant)
ChartActivity ChartActivityBaseBase These activities can be displayed in a chart layout.
id (String)
name (String)
startTime (Instant)
endTime (Instant)
chartValue (double)
CompletableActivity CompletableActivityBase These activities carry a percentage value (completion).
id (String)
name (String)
startTime (Instant)
endTime (Instant)
percentageComplete (double)
HighLowChartActivity HighLowChartActivityBase These activities can be displayed in a chart layout.
id (String)
name (String)
startTime (Instant)
endTime (Instant)
high (double)
low (double)
MutableActivity MutableActivityBase The simplest form of a mutable activity. The user can change the start and end time of these activities.
id (String)
name (String)
startTime (Instant)
endTime (Instant)
MutableChartActivity MutableChartActivityBase These activities can be displayed in a chart layout. The user can change the start and end time and the chart value of these activities.
id (String)
name (String)
startTime (Instant)
endTime (Instant)
chartValue (double)
MutableCompletableActivity MutableCompletableActivityBase These activities carry a percentage value (completion). The user can change the start and end time and the percentage complete value of these activities.
Only mutable activity types can be edited interactively by the user. Any activity type that is not mutable can only be used for read-only purposes.
https://flexgantt.atlassian.net/wiki/spaces/FFXMAN/pages/491612/3.5+GraphicsBase
https://flexgantt.atlassian.net/wiki/spaces/FFXMAN/pages/491607/3.1+GanttChart
https://flexgantt.atlassian.net/wiki/spaces/492049/4.8.3+Chart+Layout
https://flexgantt.atlassian.net/wiki/spaces/492049/4.8.3+Chart+Layout
https://flexgantt.atlassian.net/wiki/spaces/492049/4.8.3+Chart+Layout
Activity Interface Base Implementation Description & Attributes Editable
id (String)
name (String)
startTime (Instant)
endTime (Instant)
percentageComplete (double)
MutableHighLowChartActivity MutableHighLowChartActivityBase These activities can be displayed in a chart layout. The user can change the start and end time and the high and low value of these activities.
id (String)
name (String)
startTime (Instant)
endTime (Instant)
high (double)
low (double)
https://flexgantt.atlassian.net/wiki/spaces/492049/4.8.3+Chart+Layout
Contact us and we’ll get back to you as soon as possible.
Submit a Request