Skip navigation links
C G I S V 

C

com.vaadin.flow.component.icon - package com.vaadin.flow.component.icon
 
create() - Method in interface com.vaadin.flow.component.icon.IconFactory
 
create() - Method in enum com.vaadin.flow.component.icon.VaadinIcon
Creates a new IronIcon instance with the icon determined by the name of this instance.

G

getColor() - Method in class com.vaadin.flow.component.icon.Icon
Gets the fill color of this icon as a String.
getColor() - Method in class com.vaadin.flow.component.icon.IronIcon
Gets the fill color of this icon as a String.

I

Icon - Class in com.vaadin.flow.component.icon
Component for displaying an icon from the Vaadin Icons collection.
Icon() - Constructor for class com.vaadin.flow.component.icon.Icon
Creates an Icon component that displays a Vaadin logo.
Icon(VaadinIcon) - Constructor for class com.vaadin.flow.component.icon.Icon
Creates an Icon component that displays the given icon from VaadinIcon.
Icon(String) - Constructor for class com.vaadin.flow.component.icon.Icon
Creates an Icon component that displays the given icon from vaadin-icons collection.
Icon(String, String) - Constructor for class com.vaadin.flow.component.icon.Icon
Deprecated.
IconFactory - Interface in com.vaadin.flow.component.icon
Factory for icons.
IronIcon - Class in com.vaadin.flow.component.icon
Server side component for iron-icon element to display an icon.
IronIcon(String, String) - Constructor for class com.vaadin.flow.component.icon.IronIcon
Creates an Icon component that displays the given icon from the given collection.

S

setColor(String) - Method in class com.vaadin.flow.component.icon.Icon
Sets the fill color of the icon.
setColor(String) - Method in class com.vaadin.flow.component.icon.IronIcon
Sets the fill color of the icon.
setSize(String) - Method in class com.vaadin.flow.component.icon.Icon
Sets the width and the height of the icon.
setSize(String) - Method in class com.vaadin.flow.component.icon.IronIcon
Sets the width and the height of the icon.

V

VaadinIcon - Enum in com.vaadin.flow.component.icon
Enumeration of all icons in the Vaadin Icons collection.
valueOf(String) - Static method in enum com.vaadin.flow.component.icon.VaadinIcon
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.icon.VaadinIcon
Returns an array containing the constants of this enum type, in the order they are declared.
C G I S V 
Skip navigation links

Copyright © 2026. All rights reserved.