public interface HasIcon
Icon.| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.component.icon.Icon |
getIcon()
Returns current icon.
|
void |
setIcon(com.vaadin.flow.component.icon.Icon icon)
Sets an icon associated with this object.
|
void setIcon(com.vaadin.flow.component.icon.Icon icon)
icon - Icon to set. Can be null to remove current icon.com.vaadin.flow.component.icon.Icon getIcon()
Icon. Can be null if no icon has been associated.Copyright © 2024 Miki. All rights reserved.