Entering content frame

Background documentation DateNavigatorMarking Locate the document in its SAP Library structure

This view element allows you to highlight entries of a specific category within the DateNavigator. You can also define a tooltip for the highlighted entry. You should only use this view element in conjunction with the DateNavigatorLegend element, with which you can also explain each highlighting to the user.

 

Runtime Class

CL_WD_DATE_NAV_MARKING

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

category

WDUI_DATE_MARKING_CATEGORY

one

Yes

dataSource

context node

 

mandatory

date

D

 

mandatory

tooltip

Text

 

Yes

Note

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

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

category

CATEGORY

WDUI_DATE_MARKING_CATEGORY

 category: four

CL_WD_DATE_NAV_MARKING=>E_CATEGORY-FOUR

 category: one

CL_WD_DATE_NAV_MARKING=>E_CATEGORY-ONE

 category: three

CL_WD_DATE_NAV_MARKING=>E_CATEGORY-THREE

 category: two

CL_WD_DATE_NAV_MARKING=>E_CATEGORY-TWO

dataSource

DATA_SOURCE

OBJECT

date

DATE

D

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

 

 

 

Leaving content frame