Uses of Enum Class
com.dlsc.gemsfx.CalendarView.YearDisplayMode
Packages that use CalendarView.YearDisplayMode
-
Uses of CalendarView.YearDisplayMode in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return CalendarView.YearDisplayModeModifier and TypeMethodDescriptionCalendarView.getYearDisplayMode()Gets the value of the property yearDisplayMode.static CalendarView.YearDisplayModeReturns the enum constant of this class with the specified name.static CalendarView.YearDisplayMode[]CalendarView.YearDisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx that return types with arguments of type CalendarView.YearDisplayModeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<CalendarView.YearDisplayMode>CalendarView.yearDisplayModeProperty()The display mode for the year label at the top of the calendar view.Methods in com.dlsc.gemsfx with parameters of type CalendarView.YearDisplayModeModifier and TypeMethodDescriptionfinal voidCalendarView.setYearDisplayMode(CalendarView.YearDisplayMode yearDisplayMode) Sets the value of the property yearDisplayMode.