Show TOC Start of Content Area

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

Definition

CalendarMonthView displays a single month structured by weeks.

This graphic is explained in the accompanying text

Description of UI Element Properties

      accessibilityDescription

When accessibility is activated, the assigned text is added to the tool tip. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.

·        firstDayOfWeek

Determines the first day of the week, Sunday for example. The default setting auto calculates the first day of week according to the local settings.

·        firstVisibleDate

Specifies which date is displayed as the first date.

·        legendId

Specifies the ID of the assigned legend.

·        showWorkingTime

Determines whether the calendar should display differences between working times and free times.

·        timeZone

Determines the time zone which all entries are displayed. If no time zone is given, the calendar uses the system time zone.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

accessibilityDescription

IWDAbstractCalendar

String

 

bindable

enabled

IWDUIElement

boolean

true

bindable

firstDayOfWeek

IWDCalendarMonthView

WDDayOfWeek

auto

bindable

firstVisibleDate

IWDAbstractCalendar

CctDate

 

bindable

legendId

IWDAbstractCalendar

String

 

bindable

showWorkingTime

IWDAbstractCalendar

boolean

true

bindable

timeZone

IWDAbstractCalendar

TimeZone

 

bindable

tooltip

IWDUIElement

String (TranslatableText)

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

Events

      onDaySelect (CctDate day)

The event is triggered when the user clicks an empty area of a day. The parameter is the corresponding day. Should be used to create a new entry.

      onMoreSelect(CctDate day)

This event is triggered when the user clicks on an entry.

End of Content Area