Show TOC

 CalendarYearViewLocate this document in the navigation structure

Definition

The CalendarYearView displays by default a time period of one year (12 months), broken down into days. The months are displayed on the vertical axis, while the days are displayed on the horizontal axis. You can specify the number of months you want to display.

CalendarYearView

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.

  • firstVisibleDate

    Specifies the first visible day in the calendar. firstVisibleDate is of type CctDate .

  • legendId

    Specifies the ID of the assigned legend.

  • showWorkingTime

    Determines whether the calendar should display differences between working times.

  • scrollable

    Defines whether the Calendar can be scrolled.

  • timeZone

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

  • visibleMonths

    Specifies the number of months displayed.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

accessibilityDescription

IWDAbstractCalendar

String

 

bindable

enabled

IWDUIElement

boolean

true

bindable

firstVisibleDate

IWDAbstractCalendar

CctDate

 

bindable

legendId

IWDAbstractCalendar

String

 

bindable

scrollable

IWDCalendarYearView

boolean

true

bindable

showWorkingTime

IWDAbstractCalendar

boolean

true

bindable

timeZone

IWDAbstractCalendar

TimeZone

 

bindable

tooltip

IWDUIElement

String

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

visibleMonths

IWDCalendarYearView

int

12

bindable

Events
  • onDaySelect (CctDate day)

    The event is triggered when the user clicks in an empty area of a day. Parameter is the day selected. This event should be used to create a new entry.

  • onEntrySelect

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

  • onMoreSelect (CctDate day)

    The event is triggered when the user clicks on the more icons. Parameter is the selected day. This event should be used to navigate to a detail view (CalendarDayView) of the day.