Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractCalendarComponent<COMPONENT extends Component> - Class in com.flowingcode.addons.ycalendar
-
A base abstract class for calendar components, with additional methods used for i18n initialization and listener registration.
- AbstractCalendarComponent() - Constructor for class com.flowingcode.addons.ycalendar.AbstractCalendarComponent
- addDateSelectedListener(ComponentEventListener<DateSelectedEvent<? super COMPONENT>>) - Method in class com.flowingcode.addons.ycalendar.AbstractCalendarComponent
-
Adds a date selection listener.
- addYearChangedListener(ComponentEventListener<YearChangedEvent<YearCalendar>>) - Method in class com.flowingcode.addons.ycalendar.YearCalendar
-
Adds a year value change listener.
C
- com.flowingcode.addons.ycalendar - package com.flowingcode.addons.ycalendar
D
- DateSelectedEvent<T extends Component> - Class in com.flowingcode.addons.ycalendar
- DateSelectedEvent(T, boolean, String) - Constructor for class com.flowingcode.addons.ycalendar.DateSelectedEvent
-
Creates a new instance of DateSelectedEvent with a specified source component and date string.
- DateSelectedEvent(T, boolean, LocalDate) - Constructor for class com.flowingcode.addons.ycalendar.DateSelectedEvent
-
Creates a new instance of DateSelectedEvent with a specified source component and LocalDate.
E
- ExtendedDatePicker - Class in com.flowingcode.addons.ycalendar
-
A
DatePickerwith UI controls for adjusting individual date parts and a date-based class name generator. - ExtendedDatePicker() - Constructor for class com.flowingcode.addons.ycalendar.ExtendedDatePicker
-
Default constructor.
- ExtendedDatePicker(LocalDate) - Constructor for class com.flowingcode.addons.ycalendar.ExtendedDatePicker
-
Convenience constructor to create a date picker with a pre-selected date in current UI locale format.
G
- getDate() - Method in class com.flowingcode.addons.ycalendar.DateSelectedEvent
-
Retrieves the selected date associated with the event.
- getMax() - Method in class com.flowingcode.addons.ycalendar.YearMonthField
-
Gets the maximum year/month in the field.
- getMin() - Method in class com.flowingcode.addons.ycalendar.YearMonthField
-
Gets the minimum year/month in the field.
- getMonth() - Method in class com.flowingcode.addons.ycalendar.MonthCalendar
-
Returns the month displayed in this calendar.
- getYear() - Method in class com.flowingcode.addons.ycalendar.YearCalendar
-
Return the displayed year.
- getYear() - Method in class com.flowingcode.addons.ycalendar.YearChangedEvent
-
Gets the year of the event.
- getYearMonth() - Method in class com.flowingcode.addons.ycalendar.MonthCalendar
-
Returns the year and month displayed in this calendar.
I
- InlineDatePicker - Class in com.flowingcode.addons.ycalendar
- InlineDatePicker() - Constructor for class com.flowingcode.addons.ycalendar.InlineDatePicker
-
Creates a new instance of InlineDatePicker initialized with the current date and with week numbers visible.
- isWeekNumbersVisible() - Method in class com.flowingcode.addons.ycalendar.InlineDatePicker
-
Returns the state of the
showWeekNumbersproperty of the datepicker.
M
- MonthCalendar - Class in com.flowingcode.addons.ycalendar
-
A component for displaying a calendar view of a specific month and year.
- MonthCalendar(int, Month) - Constructor for class com.flowingcode.addons.ycalendar.MonthCalendar
-
Creates a new instance of
MonthCalendarfor the given year and month. - MonthCalendar(YearMonth) - Constructor for class com.flowingcode.addons.ycalendar.MonthCalendar
-
Creates a new instance of
MonthCalendarfor the given year and month.
O
- onAttach(AttachEvent) - Method in class com.flowingcode.addons.ycalendar.AbstractCalendarComponent
R
- refreshAll() - Method in class com.flowingcode.addons.ycalendar.AbstractCalendarComponent
- refreshAll() - Method in class com.flowingcode.addons.ycalendar.ExtendedDatePicker
-
Refresh the styles of all dates in the displayed year and month.
- refreshAll() - Method in class com.flowingcode.addons.ycalendar.InlineDatePicker
-
Refresh the styles of all dates in the displayed year and month.
- refreshAll() - Method in class com.flowingcode.addons.ycalendar.MonthCalendar
-
Refresh the styles of all dates in the displayed year and month.
- refreshAll() - Method in class com.flowingcode.addons.ycalendar.YearCalendar
-
Refresh all the dates that are currently displayed.
- refreshItem(LocalDate) - Method in class com.flowingcode.addons.ycalendar.InlineDatePicker
-
Refresh the style of the given date.
- refreshItem(LocalDate) - Method in class com.flowingcode.addons.ycalendar.MonthCalendar
-
Refresh the style of the given date.
- refreshItem(LocalDate) - Method in class com.flowingcode.addons.ycalendar.YearCalendar
-
If the year is currently displayed, refresh the given date.
S
- setClassNameGenerator(ValueProvider<LocalDate, String>) - Method in class com.flowingcode.addons.ycalendar.ExtendedDatePicker
-
Sets the function that generates CSS class names for days in this calendar.
- setClassNameGenerator(ValueProvider<LocalDate, String>) - Method in class com.flowingcode.addons.ycalendar.InlineDatePicker
-
Sets the function that generates CSS class names for days in this calendar.
- setClassNameGenerator(ValueProvider<LocalDate, String>) - Method in class com.flowingcode.addons.ycalendar.MonthCalendar
-
Sets the function that generates CSS class names for days in this calendar.
- setClassNameGenerator(ValueProvider<LocalDate, String>) - Method in class com.flowingcode.addons.ycalendar.YearCalendar
-
Sets the function that generates CSS class names for days in this calendar.
- setI18n(DatePicker.DatePickerI18n) - Method in class com.flowingcode.addons.ycalendar.AbstractCalendarComponent
-
Sets the i18n object.
- setI18n(DatePicker.DatePickerI18n) - Method in class com.flowingcode.addons.ycalendar.InlineDatePicker
-
Sets the i18n object.
- setI18n(DatePicker.DatePickerI18n) - Method in class com.flowingcode.addons.ycalendar.YearMonthField
-
Sets the i18n object.
- setMax(YearMonth) - Method in class com.flowingcode.addons.ycalendar.YearMonthField
-
Sets the maximum year/month in the field.
- setMin(YearMonth) - Method in class com.flowingcode.addons.ycalendar.YearMonthField
-
Sets the minimum year/month in the field.
- setReadOnly(boolean) - Method in class com.flowingcode.addons.ycalendar.MonthCalendar
-
Sets the readonly attribute for the component.
- setReadOnly(boolean) - Method in class com.flowingcode.addons.ycalendar.YearCalendar
-
Sets the read-only mode.
- setValue(LocalDate) - Method in class com.flowingcode.addons.ycalendar.InlineDatePicker
- setWeekNumbersVisible(boolean) - Method in class com.flowingcode.addons.ycalendar.InlineDatePicker
-
Sets whether week numbers should be visible on the calendar.
- setYear(int) - Method in class com.flowingcode.addons.ycalendar.YearCalendar
-
Updates the displayed year.
- setYearMonth(YearMonth) - Method in class com.flowingcode.addons.ycalendar.MonthCalendar
-
Sets the year and month to display in this calendar.
Y
- YearCalendar - Class in com.flowingcode.addons.ycalendar
-
A component that displays the calendar of a whole year.
- YearCalendar() - Constructor for class com.flowingcode.addons.ycalendar.YearCalendar
- YearChangedEvent<T extends Component> - Class in com.flowingcode.addons.ycalendar
-
An event that is triggered when the year value changes in a
YearCalendar. - YearChangedEvent(T, boolean, int) - Constructor for class com.flowingcode.addons.ycalendar.YearChangedEvent
-
Constructs an event with the given
source,boolean, andyear. - YearChangedEvent(T, boolean, String) - Constructor for class com.flowingcode.addons.ycalendar.YearChangedEvent
-
Constructs an event with the given
source,boolean, andyear. - YearMonthField - Class in com.flowingcode.addons.ycalendar
- YearMonthField() - Constructor for class com.flowingcode.addons.ycalendar.YearMonthField
-
Constructs a new YearMonthField initializing its value to the current year and month.
All Classes and Interfaces|All Packages|Serialized Form