Uses of Class
com.vaadin.flow.theme.lumo.LumoIcon
-
Packages that use LumoIcon Package Description com.vaadin.flow.theme.lumo -
-
Uses of LumoIcon in com.vaadin.flow.theme.lumo
Methods in com.vaadin.flow.theme.lumo that return LumoIcon Modifier and Type Method Description static LumoIcon
LumoIcon. valueOf(String name)
Returns the enum constant of this type with the specified name.static LumoIcon[]
LumoIcon. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-