SELF - Self type.public interface WithTextMixin<SELF extends HasText> extends HasText
text.
Does not extend nor depend on Vaadin's HasText, because that interface extends HasElement.| Modifier and Type | Method and Description |
|---|---|
default SELF |
withText(String text)
Chains
HasText.setText(String) and returns itself. |
default SELF withText(String text)
HasText.setText(String) and returns itself.text - Text to set.HasText.setText(String)Copyright © 2024 Miki. All rights reserved.