Module jfxtras.agenda
Package jfxtras.scene.control.agenda
package jfxtras.scene.control.agenda
-
ClassDescription= Agenda This controls renders appointments similar to Google Calendar.Stores date-time as a Temporal.The interface that appointment groups must adhere to; you can provide your own implementation.A class to help you get going; all the required methods of the interface are implemented as JavaFX propertiesA class to help you get going using Calendar; all the required methods of the interface are implemented as JavaFX propertiesA class to help you get going using LocalDateTime; all the required methods of the interface are implemented as JavaFX propertiesA class to help you get going using Temporal (such as LocalDate, LocalDateTime, ZonedDateTime, Instant, etc) all the required methods of the interface are implemented as JavaFX propertiesDeprecated.A Datetime range, for callbacks= AgendaSkinSwitcher This controls renders a small icon menu, where the user can select which skin to use in the associated Agenda control.Contains the methods to convert to and from LocalDateTime to other Temporal classes