| Package | Description |
|---|---|
| com.vaadin.v7.shared.ui.datefield |
| Modifier and Type | Method and Description |
|---|---|
static Resolution |
Resolution.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Resolution[] |
Resolution.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Resolution> |
Resolution.getResolutionsHigherOrEqualTo(Resolution r)
Deprecated.
Returns the resolutions that are higher or equal to the given resolution,
starting from the given resolution.
|
static List<Resolution> |
Resolution.getResolutionsLowerThan(Resolution r)
Deprecated.
Returns the resolutions that are lower than the given resolution,
starting from the given resolution.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Resolution> |
Resolution.getResolutionsHigherOrEqualTo(Resolution r)
Deprecated.
Returns the resolutions that are higher or equal to the given resolution,
starting from the given resolution.
|
static List<Resolution> |
Resolution.getResolutionsLowerThan(Resolution r)
Deprecated.
Returns the resolutions that are lower than the given resolution,
starting from the given resolution.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.