| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
RangeSelectorTimespan |
RangeSelectorButton.getType() |
static RangeSelectorTimespan |
RangeSelectorTimespan.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeSelectorTimespan[] |
RangeSelectorTimespan.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RangeSelectorButton.setType(RangeSelectorTimespan type)
Defines the timespan for the button
|
| Constructor and Description |
|---|
RangeSelectorButton(RangeSelectorTimespan type,
Number count,
String text) |
RangeSelectorButton(RangeSelectorTimespan type,
String text) |
Copyright © 2025. All rights reserved.