Entering content frame

Background documentation Gantt Locate the document in its SAP Library structure

You use this UI element to create Structure linkGantt 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:

Structure linkJNet – Introduction for Developers

Example of the Display: Gantt in cProjects

This graphic is explained in the accompanying text

Note

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

additionalArchives

STRING

 

No

archive

STRING

 

No

classId

STRING

 

No

codeBase

STRING

 

No

dataSource

XSTRING

 

mandatory

enabled

WDY_BOOLEAN

true

Yes

height

STRING

300px

Yes

tooltip

Text

 

Yes

type

STRING

 

No

visible

WDUI_VISIBILITY

visible

Yes

width

STRING

300px

Yes

 

Events in the View Designer

Name

onCellsSelected

onCellEdited

onColumnAdded

onColumnMoved

onColumnRemoved

onGeneric

onRowAdded

onRowCollapsed

onRowExpanded

onRowMoved

onRowRemoved

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         AbstractActiveComponent

·         UIElement

·         ViewElement

Dynamic Programming

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

additionalArchives

ADDITIONAL_ARCHIVES

STRING

archive

ARCHIVE

STRING

classId

CLASS_ID

STRING

codeBase

CODE_BASE

STRING

dataSource

DATA_SOURCE

XSTRING

enabled

ENABLED

WDY_BOOLEAN

height

HEIGHT

STRING

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

type

TYPE

STRING

visible

VISIBLE

WDUI_VISIBILITY

 visible: none

CL_WD_GANTT=>E_VISIBLE-NONE

 visible: visible

CL_WD_GANTT=>E_VISIBLE-VISIBLE

width

WIDTH

STRING

 

Dynamic Programming of Events

View Designer Name

Runtime Name

onCellsSelected

ON_CELLS_SELECTED

onCellEdited

ON_CELL_EDITED

onColumnAdded

ON_COLUMN_ADDED

onColumnMoved

ON_COLUMN_MOVED

onColumnRemoved

ON_COLUMN_REMOVED

onGeneric

ON_GENERIC

onRowAdded

ON_ROW_ADDED

onRowCollapsed

ON_ROW_COLLAPSED

onRowExpanded

ON_ROW_EXPANDED

onRowMoved

ON_ROW_MOVED

onRowRemoved

ON_ROW_REMOVED

Example

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.

 

 

Leaving content frame