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

com.sksamuel.jqm4gwt.HasPlaceHolder Maven / Gradle / Ivy

package com.sksamuel.jqm4gwt;

/**
 * @author jblok 29 Jun 2013
 * 
 *         This interface is implemented by widgets that have place holder text.
 */
public interface HasPlaceHolder 
{
	String ATTRIBUTE_PLACEHOLDER = "placeholder";

	String getPlaceHolder();

   	void setPlaceHolder(String placeHolderText);
   	
    T withPlaceHolder(String placeHolderText);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy