Uses of Class
coop.intergal.ui.util.IconSize
-
Packages that use IconSize Package Description coop.intergal.ui.util -
-
Uses of IconSize in coop.intergal.ui.util
Methods in coop.intergal.ui.util that return IconSize Modifier and Type Method Description static IconSizeIconSize. valueOf(String name)Returns the enum constant of this type with the specified name.static IconSize[]IconSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in coop.intergal.ui.util with parameters of type IconSize Modifier and Type Method Description static com.vaadin.flow.component.icon.IconUIUtils. createIcon(IconSize size, TextColor color, com.vaadin.flow.component.icon.VaadinIcon icon)
-