All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.knightsoftnet.mtwidgets.client.ui.widget.features.HasPlaceholder Maven / Gradle / Ivy

package de.knightsoftnet.mtwidgets.client.ui.widget.features;

public interface HasPlaceholder {

  /**
   * get place holder text.
   *
   * @return place holder text displayed when value is empty
   */
  String getPlaceholder();

  /**
   * set place holder text.
   *
   * @param arg place holder text displayed when value is empty
   */
  void setPlaceholder(String arg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy