Uses of Class
com.vaadin.flow.component.icon.VaadinIcon
-
Packages that use VaadinIcon Package Description com.vaadin.flow.component.icon -
-
Uses of VaadinIcon in com.vaadin.flow.component.icon
Methods in com.vaadin.flow.component.icon that return VaadinIcon Modifier and Type Method Description static VaadinIconVaadinIcon. valueOf(String name)Returns the enum constant of this type with the specified name.static VaadinIcon[]VaadinIcon. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.vaadin.flow.component.icon with parameters of type VaadinIcon Constructor Description Icon(VaadinIcon icon)Creates an Icon component that displays the given icon fromVaadinIcon.
-