Show TOC Start of Content Area

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

Definition

CalendarDayView displays a time period of one day (minimum 8 hours, maximum 24 hours) with a minimum resolution of a quarter of an hour.

The hours should be displayed on the vertical axis, while a day is displayed on the horizontal axis. An additional row shows full day entries.

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 tooltip. 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.

      contentHeight

Specifies the height of the content part of the CalendarWeekView. You can specify the height in CSS units like em, ex or pixels.

      firstVisibleDate

Specifies which date is displayed as the first date.

      firstVisibleTime

Specifies which time is displayed as the first time

      legendId

Specifies the ID of the assigned legend.

      showWorkingTime

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

      timescale

Specifies the time segments to be displayed. timescale can take the following values, and is represented by the enumeration type WDTimeScale:

       halfHour. Each time slot represents a 30 minutes duration.

       hour. Each time slot represents a duration of an hour.

       quarterHour. Each time slot represents a 15 minutes duration.

       twoHours. Each time slot represents a duration of two hours.

      timeZone

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

Properties Overview

Name

Interface

Type

Initial Value

Bindable

accessibilityDescription

IWDAbstractCalendar

String

 

Bindable

contentHeight

IWDAbstractDayView

String

300px

Bindable

Enabled

IWDUIElement

boolean

true

Bindable

firstVisibleDate

IWDAbstractCalendar

CctDate

 

Bindable

firstVisibleTime

IWDAbstractDayView

CctTime

 

Bindable

legendId

IWDAbstractCalendar

String

 

Bindable

showWorkingTime

IWDAbstractCalendar

boolean

true

Bindable

timescale

IWDAbstractDayView

WDTimeScale

hour

Bindable

timeZone

IWDAbstractCalendar

TimeZone

 

Bindable

Tooltip

IWDUIElement

String

 

Bindable

Visible

IWDUIElement

WDVisibility

visible

Bindable

Events

      onAllDaySelect (CctDate day)

A click in a free area in the 'AllDay' row fires this event with the parameter day. This should be used to create a new full day entry.

      onDaySelect (CctDate day)

A click in an empty area of a day fires the event with the day as parameter. This should be used to create a new entry.

      onEntrySelect

A click on an entry fires this event.

      onTimeSelect (CctDateTime time)

A click in the free time area fires this event with the parameter time. This should be used to create a new entry.

End of Content Area