!--a11y-->
Gantt 
You use this UI
element to create
Gantt
Charts. You can display the
time schedule of projects and the stages of projects. In particular you can show sequential and parallel
work progress steps in one project. A Gantt is similar to a bar chart.

You can also use Web icons in Gantt, by specifying the URL using CL_WD_WEB_ICON=>GET_WEB_ICON_URL( ).

The integration of active controls like Gantt in Web Dynpro ABAP popups is not supported.
More Information:
JNet –
Introduction for Developers
Example of the Visual Display: Gantt in cProjects
|
|

To enable the development of accessible applications, the tooltip property is not checked during the syntax check.
Runtime Class |
CL_WD_GANTT |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
no |
STRING |
|
no |
|
STRING |
|
no |
|
STRING |
|
no |
|
STRING |
|
no |
|
XSTRING |
|
Mandatory |
|
WDY_BOOLEAN |
true |
yes |
|
STRING |
300px |
yes |
|
Text |
|
yes |
|
STRING |
|
no |
|
WDUI_VISIBILITY |
visible |
yes |
|
STRING |
300px |
yes |
Events in View Designer
Name |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
Dynamic Programming
For dynamic programming, the same properties, events and aggregations are available as in the view designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ADDITIONAL_ARCHIVES |
STRING |
|
ARCHIVE |
STRING |
|
CLASS_ID |
STRING |
|
CODE_BASE |
STRING |
|
DATA_SOURCE |
XSTRING |
|
ENABLED |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
TYPE |
STRING |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_GANTT=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_GANTT=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
Dynamic Programming of Events
View Designer Name |
Runtime Name |
ON_CELLS_SELECTED |
|
ON_CELL_EDITED |
|
ON_COLUMN_ADDED |
|
ON_COLUMN_MOVED |
|
ON_COLUMN_REMOVED |
|
ON_GENERIC |
|
ON_ROW_ADDED |
|
ON_ROW_COLLAPSED |
|
ON_ROW_EXPANDED |
|
ON_ROW_MOVED |
|
ON_ROW_REMOVED |
You can find an example of this UI element in the system in component WDR_TEST_EVENTS in the view GEO_MAP.