| Package | Description |
|---|---|
| com.vaadin.shared.ui.datefield |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.