public interface HasPlaceholder
| Modifier and Type | Method and Description |
|---|---|
String |
getPlaceholder()
Returns current placeholder text for this object.
|
void |
setPlaceholder(String placeholder)
Sets the placeholder text for this object.
|
String getPlaceholder()
null, meaning no placeholder.void setPlaceholder(String placeholder)
placeholder - Placeholder text. Can be null, meaning no placeholder.Copyright © 2024 Miki. All rights reserved.