Uses of Enum Class
com.flowingcode.vaadin.addons.chatassistant.model.FabVariant
Packages that use FabVariant
Package
Description
-
Uses of FabVariant in com.flowingcode.vaadin.addons.chatassistant
Methods in com.flowingcode.vaadin.addons.chatassistant with parameters of type FabVariantModifier and TypeMethodDescriptionvoidChatAssistant.addFabThemeVariants(FabVariant... variants) Adds the given theme variants to the FAB.voidChatAssistant.removeFabThemeVariants(FabVariant... variants) Removes the given theme variants from the FAB. -
Uses of FabVariant in com.flowingcode.vaadin.addons.chatassistant.model
Methods in com.flowingcode.vaadin.addons.chatassistant.model that return FabVariantModifier and TypeMethodDescriptionstatic FabVariantReturns the enum constant of this class with the specified name.static FabVariant[]FabVariant.values()Returns an array containing the constants of this enum class, in the order they are declared.