Schnittstelle Calendar<A extends CalendarActivity>

Typparameter:
A - the type of the calendar activities shown by the calendar
Alle Superschnittstellen:
ActivityRepository<A>, EventTarget
Alle bekannten Implementierungsklassen:
CalendarBase, WeekendCalendar

public interface Calendar<A extends CalendarActivity> extends ActivityRepository<A>
A calendar is an extension of an activity repository with the additions of a name and a visibility property. Calendars can be added to the whole Gantt chart or to individual rows within the Gantt chart.
Seit:
1.0
Siehe auch:
  • Eigenschaftsdetails

    • name

      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).
      Seit:
      1.0
      Siehe auch:
    • visible

      BooleanProperty visibleProperty
      Returns the property used to store the visibility flag of the calendar. Calendars can be shown / hidden by the user.
      Seit:
      1.0
      Siehe auch:
  • Methodendetails

    • 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).
      Gibt zurück:
      the name of the calendar, for example ("Weekends")
      Seit:
      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.
      Gibt zurück:
      the calendar's visibility
      Seit:
      1.0