setPlaceholder method

void setPlaceholder(
  1. String s
)

Sets the placeholder text.

Implementation

void setPlaceholder(String s) {
  placeholder = s;
}