Interface Calendar<A extends CalendarActivity>

    • Method Detail

      • nameProperty

        StringProperty nameProperty()
        Returns the property used to store the name of the calendar. The name might be displayed by the UI (e.g. in a context menu).
        Returns:
        the name of the calendar, for example ("Weekends")
        Since:
        1.0
      • visibleProperty

        BooleanProperty visibleProperty()
        Returns the property used to store the visibility flag of the calendar. Calendars can be shown / hidden by the user.
        Returns:
        the calendar's visibility
        Since:
        1.0