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.
See also:
JNet – Introduction for Developers
Example of the Display: Gantt in cProjects
|
When the template is designed there is no check for the tool tip property to guarantee Accessibilty.
Runtime Class |
CL_WD_GANTT |
Properties in the 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 the View Designer
Name |
Further properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
For dynamic programming the same properties, events, and aggregations are provide 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 examples of this interface element in the system in the Web Dynpro application WDR_TEST_UI_ELEMENTS, and in the component WDR_TEST_EVENTS in the View GANTT.