Uses of Enum Class
com.dlsc.gemsfx.CalendarView.YearDisplayMode
Packages that use CalendarView.YearDisplayMode
-
Uses of CalendarView.YearDisplayMode in com.dlsc.gemsfx
Subclasses with type arguments of type CalendarView.YearDisplayMode in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumEnumerates the display modes for the year label at the top of the calendar view.Methods in com.dlsc.gemsfx that return CalendarView.YearDisplayModeModifier and TypeMethodDescriptionCalendarView.getYearDisplayMode()Gets the value of theyearDisplayModeproperty.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 theyearDisplayModeproperty.