Uses of Class
com.vaadin.flow.component.charts.model.style.ButtonTheme
Packages that use ButtonTheme
-
Uses of ButtonTheme in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return ButtonThemeModifier and TypeMethodDescriptionBreadcrumbs.getButtonTheme()RangeSelector.getButtonTheme()ContextButton.getTheme()ResetZoomButton.getTheme()ZoomingResetButton.getTheme()Methods in com.vaadin.flow.component.charts.model with parameters of type ButtonThemeModifier and TypeMethodDescriptionvoidBreadcrumbs.setButtonTheme(ButtonTheme buttonTheme) Sets theme options for the breadcrumb buttons.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.voidZoomingResetButton.setTheme(ButtonTheme theme) A collection of attributes for the button theme.