Show TOC Start of Content Area

Object documentation DateNavigatorMarking This graphic is explained in the accompanying text  Locate the document in its SAP Library structure

Definition

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 DateNavigatorMarking in combination with a legend element, with which you can also explain each highlighting to the user.

Description of Properties

      category

This property is deprecated, use daySemantics  instead.

      dataSource

Specifies the path to the context node which stores the date, category, and tooltip of the highlighting.

      date

Specifies the path to the context attribute that stores the date of the highlighting.

      daySemantics

Specifies the background color of the cell. The cellDesign property is represented by enumeration type WDTableCellDesign.

The enumeration values are described in: WDTableCellDesign

      tooltip

Specifies the path to the context attribute which stores the tooltip of the highlighting. You should bind the property to a context attribute of the multiple context node, because otherwise each highlighting has the same tooltip.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

category

IWDDateNavigatorMarking

WDDateMarkingCategory

one

bindable

dataSource

IWDDateNavigatorMarking

Object

 

bindable_mandatory

date

IWDDateNavigatorMarking

java.sql.Date

 

bindable_mandatory

daySemantics

IWDDateNavigatorMarking

WDTableCellDesign

standard

bindable

tooltip

IWDDateNavigatorMarking

String (TranslatableText)

 

bindable

See also: Common UI Element Properties

 

End of Content Area