Uses of Class
org.vaadin.miki.shared.dates.DatePattern
-
Packages that use DatePattern Package Description org.vaadin.miki.markers org.vaadin.miki.shared.dates org.vaadin.miki.superfields.dates -
-
Uses of DatePattern in org.vaadin.miki.markers
Methods in org.vaadin.miki.markers that return DatePattern Modifier and Type Method Description DatePatternHasDatePattern. getDatePattern()Returns current date pattern.Methods in org.vaadin.miki.markers with parameters of type DatePattern Modifier and Type Method Description voidHasDatePattern. setDatePattern(DatePattern pattern)Sets new date pattern to use when displaying and parsing dates.default SELFWithDatePatternMixin. withDatePattern(DatePattern pattern)ChainsHasDatePattern.setDatePattern(DatePattern)and returns itself. -
Uses of DatePattern in org.vaadin.miki.shared.dates
Fields in org.vaadin.miki.shared.dates declared as DatePattern Modifier and Type Field Description static DatePatternDatePatterns. D_M_YY_DOTTEDUses day, month and short year with century boundary year 40 (years less than 40 are from 21st century), separated by..static DatePatternDatePatterns. D_MMMM_YYYYUses day, four digit year and month name (obtained from locale).static DatePatternDatePatterns. DD_MM_YY_OR_YYYY_DOTTEDUses zero-prefixed day and month, optionally full year, separated by..static DatePatternDatePatterns. DD_MM_YYYY_DOTTEDUses zero-prefixed day and month, full year, separated by..static DatePatternDatePatterns. DDMMYYUses zero-prefixed day and month with short year (century boundary year 40, years less than 40 in 21st century), and no separator.static DatePatternDatePatterns. M_D_YYYY_SLASHUses month, day and full year, separated by/.static DatePatternDatePatterns. YYYY_MM_DDDefault pattern.static DatePatternDatePatterns. YYYYMMDDUses full year, zero-prefixed month and day, and no separator.Methods in org.vaadin.miki.shared.dates that return DatePattern Modifier and Type Method Description DatePatternDatePattern. withBaseCentury(int baseCentury)ChainssetBaseCentury(int)and returns itself.DatePatternDatePattern. withCenturyBoundaryYear(int centuryBoundaryYear)ChainssetCenturyBoundaryYear(int)and returns itself.DatePatternDatePattern. withDisplayOrder(DatePattern.Order displayOrder)ChainssetDisplayOrder(Order)and returns itself.DatePatternDatePattern. withMonthDisplayMode(DatePattern.MonthDisplayMode monthDisplayMode)ChainssetMonthDisplayMode(MonthDisplayMode)and returns itself.DatePatternDatePattern. withoutSeparator()Identical towithSeparator(DatePattern.NO_SEPARATOR.DatePatternDatePattern. withPreviousCenturyBelowBoundary(boolean belowBoundaryIsPreviousCentury)ChainssetPreviousCenturyBelowBoundary(boolean)and returns itself.DatePatternDatePattern. withSeparator(char separator)ChainssetSeparator(char)and returns itself.DatePatternDatePattern. withShortYear(boolean shortYear)ChainssetShortYear(boolean)and returns itself.DatePatternDatePattern. withShortYearAlwaysAccepted(boolean shortYearAlwaysAccepted)ChainssetShortYearAlwaysAccepted(boolean)and returns itself.DatePatternDatePattern. withZeroPrefixedDay(boolean zeroPrefixedDay)ChainssetZeroPrefixedDay(boolean)and returns itself. -
Uses of DatePattern in org.vaadin.miki.superfields.dates
Methods in org.vaadin.miki.superfields.dates that return DatePattern Modifier and Type Method Description DatePatternSuperDatePicker. getDatePattern()DatePatternSuperDateTimePicker. getDatePattern()Methods in org.vaadin.miki.superfields.dates with parameters of type DatePattern Modifier and Type Method Description voidSuperDatePicker. setDatePattern(DatePattern datePattern)voidSuperDateTimePicker. setDatePattern(DatePattern pattern)
-