!--a11y-->
DateNavigatorMarking API 
This view element allows you to highlight entries of a specific category within the DateNavigator UI Element. You can also define a tooltip for the highlighted entry. You should only use this view element in conjunction with a legend element, with which you can also explain each highlighting to the user.
· category
This property is deprecated, use daySemanticsinstead.
· 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 can be filled with the following values and is represented by the enumeration type WDTableCellDesign.
badvalue_dark |
Dark background color that indicates a negative value. |
badvalue_light |
Light background color that indicates a negative value. |
badvalue_medium |
Medium background color that indicates a negative value. |
criticalvalue_dark |
Dark background color that indicates a critical value.
|
criticalvalue_light |
Light background color that indicates a critical value. |
criticalvalue_medium |
Medium background color that indicates a critical value. |
goodvalue_dark |
Dark background color that indicates a good value. |
goodvalue_light |
Light background color that indicates a good value. |
goodvalue_medium |
Medium background color that indicates a good value. |
group_level1 |
Background color for cells of group level 1 |
group_level2 |
Background color for cells of group level 2 |
group_level3 |
Background color for cells of group level 3 |
key_medium |
Medium background color for cells of key column |
negative |
Background color that indicates a negative value. |
positive |
Background color that indicates a positive value. |
standard |
Standard background color, the same for the entire row |
one |
Color of category one, depends on the respective design theme used. |
two |
Color of category two, depends on the respective design theme used. |
three |
Color of category three, depends on the respective design theme used. |
four |
Color of category four, depends on the respective design theme used. |
The default value for this property is standard.
· 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.
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
category |
IWDDateNavigatorMarking |
WDDateMarkingCategory |
one |
bindable |
No |
dataSource |
IWDDateNavigatorMarking |
Object |
|
bindable_mandatory |
Yes |
date |
IWDDateNavigatorMarking |
java.sql.Date |
|
bindable_mandatory |
Yes |
daySemantics |
IWDDateNavigatorMarking |
WDTableCellDesign |
standard |
bindable |
No |
tooltip |
IWDDateNavigatorMarking |
String (TranslatableText) |
|
bindable |
No |