Uses of Enum Class
com.dlsc.gemsfx.CalendarView.HeaderLayout
Packages that use CalendarView.HeaderLayout
-
Uses of CalendarView.HeaderLayout in com.dlsc.gemsfx
Subclasses with type arguments of type CalendarView.HeaderLayout in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumDifferent layouts that can be used to position the month, the year, and the various navigation elements in the header of the view.Methods in com.dlsc.gemsfx that return CalendarView.HeaderLayoutModifier and TypeMethodDescriptionCalendarView.getHeaderLayout()Gets the value of theheaderLayoutproperty.static CalendarView.HeaderLayoutReturns the enum constant of this class with the specified name.static CalendarView.HeaderLayout[]CalendarView.HeaderLayout.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.HeaderLayoutModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<CalendarView.HeaderLayout> CalendarView.headerLayoutProperty()The header layout value determines how the information and the navigation elements in the header will be laid out.Methods in com.dlsc.gemsfx with parameters of type CalendarView.HeaderLayoutModifier and TypeMethodDescriptionfinal voidCalendarView.setHeaderLayout(CalendarView.HeaderLayout headerLayout) Sets the value of theheaderLayoutproperty.