Uses of Enum Class
com.vaadin.flow.component.icon.VaadinIcon
Packages that use VaadinIcon
-
Uses of VaadinIcon in com.vaadin.flow.component.icon
Methods in com.vaadin.flow.component.icon that return VaadinIconModifier and TypeMethodDescriptionstatic VaadinIcon
Returns the enum constant of this class with the specified name.static VaadinIcon[]
VaadinIcon.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.icon with parameters of type VaadinIconModifier and TypeMethodDescriptionvoid
Icon.setIcon
(VaadinIcon icon) Sets the icon to the given Vaadin icon.Constructors in com.vaadin.flow.component.icon with parameters of type VaadinIconModifierConstructorDescriptionIcon
(VaadinIcon icon) Creates an Icon component that displays the given icon fromVaadinIcon
.