SELF - Self type.public interface WithLabelMixin<SELF extends WithLabelMixin<SELF>>
extends com.vaadin.flow.component.HasLabel
HasLabel.setLabel(String).| Modifier and Type | Method and Description |
|---|---|
default SELF |
withLabel(String label)
Chains
HasLabel.setLabel(String) and returns itself. |
Copyright © 2023 Miki. All rights reserved.