SELF - Self type.public interface WithIconMixin<SELF extends HasIcon> extends HasIcon
HasIcon.setIcon(Icon).| Modifier and Type | Method and Description |
|---|---|
default SELF |
withIcon(com.vaadin.flow.component.icon.Icon icon)
Chains
HasIcon.setIcon(Icon) and returns itself. |
default SELF withIcon(com.vaadin.flow.component.icon.Icon icon)
HasIcon.setIcon(Icon) and returns itself.icon - Icon to set.HasIcon.setIcon(Icon)Copyright © 2024 Miki. All rights reserved.