org.apache.myfaces.html5.component.properties
Interface PlaceHolderProperty

All Known Implementing Classes:
AbstractHtmlInputEmail, AbstractHtmlInputText, HtmlInputEmail, HtmlInputText

public interface PlaceHolderProperty


Method Summary
 String getPlaceholder()
          Hint to show on the input, when nothing is typed.
 

Method Detail

getPlaceholder

@JSFProperty(deferredValueType="java.lang.String")
String getPlaceholder()
Hint to show on the input, when nothing is typed.



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.