JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
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
Icon
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
Deprecated.
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
Creates an Icon component that displays the given
icon
from the given
collection
.
IconFactory
- Interface in
com.vaadin.flow.component.icon
Factory for icons.
IronIcon
- Class in
com.vaadin.flow.component.icon
Deprecated.
since Vaadin 21,
IronIcon
is deprecated in favor of
Icon
IronIcon(String, String)
- Constructor for class com.vaadin.flow.component.icon.
IronIcon
Deprecated.
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
Deprecated.
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
Deprecated.
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
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023. All rights reserved.