Uses of Enum Class
com.flowingcode.vaadin.addons.chatassistant.model.FabPosition
Packages that use FabPosition
Package
Description
-
Uses of FabPosition in com.flowingcode.vaadin.addons.chatassistant
Methods in com.flowingcode.vaadin.addons.chatassistant that return FabPositionModifier and TypeMethodDescriptionChatAssistant.getFabPosition()Returns the FAB's configured corner.Methods in com.flowingcode.vaadin.addons.chatassistant with parameters of type FabPositionModifier and TypeMethodDescriptionvoidChatAssistant.setFabPosition(FabPosition fabPosition) Moves the FAB to the given corner. -
Uses of FabPosition in com.flowingcode.vaadin.addons.chatassistant.model
Methods in com.flowingcode.vaadin.addons.chatassistant.model that return FabPositionModifier and TypeMethodDescriptionstatic FabPositionReturns the enum constant of this class with the specified name.static FabPosition[]FabPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.