SELF - Self type.public interface WithComponentAsIconMixin<SELF extends HasComponentAsIcon> extends HasComponentAsIcon
HasComponentAsIcon.| Modifier and Type | Method and Description |
|---|---|
default SELF |
withIcon(com.vaadin.flow.component.Component icon)
Chains
HasComponentAsIcon.setIcon(Component) and returns itself. |
getIcon, setIcondefault SELF withIcon(com.vaadin.flow.component.Component icon)
HasComponentAsIcon.setIcon(Component) and returns itself.icon - Icon to set. Can be null.HasComponentAsIcon.setIcon(Component)Copyright © 2023 Miki. All rights reserved.