| Package | Description |
|---|---|
| org.vaadin.miki.shared.dates |
| Modifier and Type | Method and Description |
|---|---|
DatePattern.MonthDisplayMode |
DatePattern.getMonthDisplayMode()
Returns current month display mode.
|
static DatePattern.MonthDisplayMode |
DatePattern.MonthDisplayMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePattern.MonthDisplayMode[] |
DatePattern.MonthDisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatePattern.setMonthDisplayMode(DatePattern.MonthDisplayMode monthDisplayMode)
Sets month display mode from available options.
|
DatePattern |
DatePattern.withMonthDisplayMode(DatePattern.MonthDisplayMode monthDisplayMode)
Chains
DatePattern.setMonthDisplayMode(MonthDisplayMode) and returns itself. |
Copyright © 2023 Miki. All rights reserved.