Uses of Class
com.vaadin.flow.component.charts.model.style.ButtonTheme
-
Packages that use ButtonTheme Package Description com.vaadin.flow.component.charts.model -
-
Uses of ButtonTheme in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return ButtonTheme Modifier and Type Method Description ButtonThemeRangeSelector. getButtonTheme()ButtonThemeContextButton. getTheme()ButtonThemeResetZoomButton. getTheme()Methods in com.vaadin.flow.component.charts.model with parameters of type ButtonTheme Modifier and Type Method Description voidRangeSelector. setButtonTheme(ButtonTheme buttonTheme)A collection of attributes for the buttons.voidContextButton. setTheme(ButtonTheme theme)A configuration object for the button theme.voidResetZoomButton. setTheme(ButtonTheme theme)A collection of attributes for the button.
-