|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resolution | |
|---|---|
| com.vaadin.shared.ui.datefield | |
| Uses of Resolution in com.vaadin.shared.ui.datefield |
|---|
| Methods in com.vaadin.shared.ui.datefield that return Resolution | |
|---|---|
static Resolution |
Resolution.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Resolution[] |
Resolution.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.vaadin.shared.ui.datefield that return types with arguments of type Resolution | |
|---|---|
static java.lang.Iterable<Resolution> |
Resolution.getResolutionsHigherOrEqualTo(Resolution r)
Returns the resolutions that are higher or equal to the given resolution, starting from the given resolution. |
static java.util.List<Resolution> |
Resolution.getResolutionsLowerThan(Resolution r)
Returns the resolutions that are lower than the given resolution, starting from the given resolution. |
| Methods in com.vaadin.shared.ui.datefield with parameters of type Resolution | |
|---|---|
static java.lang.Iterable<Resolution> |
Resolution.getResolutionsHigherOrEqualTo(Resolution r)
Returns the resolutions that are higher or equal to the given resolution, starting from the given resolution. |
static java.util.List<Resolution> |
Resolution.getResolutionsLowerThan(Resolution r)
Returns the resolutions that are lower than the given resolution, starting from the given resolution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||