Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
RangeSelectorButton[] |
RangeSelector.getButtons() |
Modifier and Type | Method and Description |
---|---|
void |
RangeSelector.addButton(RangeSelectorButton button)
Adds button to the buttons array
|
void |
RangeSelector.removeButton(RangeSelectorButton button)
Removes first occurrence of button in buttons array
|
void |
RangeSelector.setButtons(RangeSelectorButton... buttons)
An array of configuration objects for the buttons.
|
Copyright © 2025. All rights reserved.