Uses of Enum Class
com.jbstrap.ui.components.calendar.CalendarView
Packages that use CalendarView
-
Uses of CalendarView in com.jbstrap.core.event
Methods in com.jbstrap.core.event that return CalendarViewModifier and TypeMethodDescriptionCalendarChangeViewEvent.getView()
Gets the calendar's view format -
Uses of CalendarView in com.jbstrap.ui.components.calendar
Methods in com.jbstrap.ui.components.calendar that return CalendarViewModifier and TypeMethodDescriptionstatic CalendarView
Determines the view based on its nameCalendar.getView()
Gets the current view of the calendar componentstatic CalendarView
Returns the enum constant of this class with the specified name.static CalendarView[]
CalendarView.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jbstrap.ui.components.calendar with parameters of type CalendarViewModifier and TypeMethodDescriptionCalendar.setView
(CalendarView view) Sets the view mode of the calendar.