Uses of Class
com.vaadin.componentfactory.maps.model.style.ButtonTheme
Packages that use ButtonTheme
-
Uses of ButtonTheme in com.vaadin.componentfactory.maps.model
Methods in com.vaadin.componentfactory.maps.model that return ButtonThemeModifier and TypeMethodDescriptionContextButton.getTheme()Getter for the fieldtheme.DrillUpButton.getTheme()Getter for the fieldtheme.ResetZoomButton.getTheme()Getter for the fieldtheme.ZoomIn.getTheme()Getter for the fieldtheme.ZoomOut.getTheme()Getter for the fieldtheme.Methods in com.vaadin.componentfactory.maps.model with parameters of type ButtonThemeModifier and TypeMethodDescriptionvoidContextButton.setTheme(ButtonTheme theme) A configuration object for the button theme.voidDrillUpButton.setTheme(ButtonTheme theme) A collection of attributes for the button.voidResetZoomButton.setTheme(ButtonTheme theme) A collection of attributes for the button.voidZoomIn.setTheme(ButtonTheme theme) A configuration object for the button theme.voidZoomOut.setTheme(ButtonTheme theme) A configuration object for the button theme.