Uses of Class
com.vaadin.shared.ui.datefield.DateResolution
-
Packages that use DateResolution Package Description com.vaadin.client com.vaadin.client.ui com.vaadin.shared.ui.datefield com.vaadin.ui -
-
Uses of DateResolution in com.vaadin.client
Methods in com.vaadin.client with parameters of type DateResolution Modifier and Type Method Description static boolean
DateTimeService. isInRange(Date date, Date rangeStart, Date rangeEnd, DateResolution resolution)
-
Uses of DateResolution in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return DateResolution Modifier and Type Method Description protected DateResolution[]
VDateFieldCalendar. doGetResolutions()
protected DateResolution[]
VPopupCalendar. doGetResolutions()
Methods in com.vaadin.client.ui with parameters of type DateResolution Modifier and Type Method Description protected boolean
VDateCalendarPanel. isBelowMonth(DateResolution resolution)
protected boolean
VDateCalendarPanel. isDay(DateResolution resolution)
protected boolean
VDateCalendarPanel. isMonth(DateResolution resolution)
boolean
VDateFieldCalendar. isYear(DateResolution resolution)
boolean
VPopupCalendar. isYear(DateResolution resolution)
void
VDateFieldCalendar. setCurrentResolution(DateResolution resolution)
void
VPopupCalendar. setCurrentResolution(DateResolution resolution)
Method parameters in com.vaadin.client.ui with type arguments of type DateResolution Modifier and Type Method Description protected Date
VDateFieldCalendar. getDate(Map<DateResolution,Integer> dateVaules)
protected Date
VPopupCalendar. getDate(Map<DateResolution,Integer> dateValues)
static Date
VPopupCalendar. makeDate(Map<DateResolution,Integer> dateValues)
Creates a date based on the provided date values map. -
Uses of DateResolution in com.vaadin.shared.ui.datefield
Methods in com.vaadin.shared.ui.datefield that return DateResolution Modifier and Type Method Description static DateResolution
DateResolution. valueOf(String name)
Returns the enum constant of this type with the specified name.static DateResolution[]
DateResolution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.shared.ui.datefield that return types with arguments of type DateResolution Modifier and Type Method Description static Iterable<DateResolution>
DateResolution. getResolutionsHigherOrEqualTo(DateResolution r)
Returns the resolutions that are higher or equal to the given resolution, starting from the given resolution.static List<DateResolution>
DateResolution. getResolutionsLowerThan(DateResolution r)
Returns the resolutions that are lower than the given resolution, starting from the given resolution.Methods in com.vaadin.shared.ui.datefield with parameters of type DateResolution Modifier and Type Method Description static Iterable<DateResolution>
DateResolution. getResolutionsHigherOrEqualTo(DateResolution r)
Returns the resolutions that are higher or equal to the given resolution, starting from the given resolution.static List<DateResolution>
DateResolution. getResolutionsLowerThan(DateResolution r)
Returns the resolutions that are lower than the given resolution, starting from the given resolution. -
Uses of DateResolution in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type DateResolution Modifier and Type Method Description protected LocalDate
AbstractLocalDateField. adjustToResolution(LocalDate date, DateResolution forResolution)
protected int
AbstractLocalDateField. getDatePart(LocalDate date, DateResolution resolution)
Method parameters in com.vaadin.ui with type arguments of type DateResolution Modifier and Type Method Description protected LocalDate
AbstractLocalDateField. buildDate(Map<DateResolution,Integer> resolutionValues)
-