org.apache.myfaces.component
Interface AltProperty

All Known Implementing Classes:
AbstractHtmlRadio, AbstractHtmlSelectBooleanCheckbox, AbstractHtmlSelectManyCheckbox, AbstractHtmlSelectOneRadio, HtmlRadio, HtmlSelectBooleanCheckbox, HtmlSelectManyCheckbox, HtmlSelectOneRadio

public interface AltProperty

Since:
1.1.7
Version:
$Revision: 691856 $ $Date: 2008-09-03 21:40:30 -0500 (Wed, 03 Sep 2008) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Method Summary
 java.lang.String getAlt()
          HTML: Specifies alternative text that can be used by a browser that can't show this element.
 

Method Detail

getAlt

java.lang.String getAlt()
HTML: Specifies alternative text that can be used by a browser that can't show this element.



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