| Package | Description |
|---|---|
| org.vaadin.miki.shared.dates |
| Modifier and Type | Method and Description |
|---|---|
DatePattern.Order |
DatePattern.getDisplayOrder()
Returns current display order.
|
static DatePattern.Order |
DatePattern.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePattern.Order[] |
DatePattern.Order.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.setDisplayOrder(DatePattern.Order displayOrder)
Sets new display order.
|
DatePattern |
DatePattern.withDisplayOrder(DatePattern.Order displayOrder)
Chains
DatePattern.setDisplayOrder(Order) and returns itself. |
Copyright © 2023 Miki. All rights reserved.