SELF - Self type.public interface WithPlaceholderMixin<SELF extends WithPlaceholderMixin<SELF>> extends HasPlaceholder
HasPlaceholder.setPlaceholder(String).| Modifier and Type | Method and Description |
|---|---|
default SELF |
withPlaceholder(String placeholder)
Chains
HasPlaceholder.setPlaceholder(String) and returns itself. |
getPlaceholder, setPlaceholderdefault SELF withPlaceholder(String placeholder)
HasPlaceholder.setPlaceholder(String) and returns itself.placeholder - Placeholder to use.HasPlaceholder.setPlaceholder(String)Copyright © 2023 Miki. All rights reserved.