com.iplanet.jato.view.html
Interface HtmlDisplayField
- All Superinterfaces:
- DisplayField, View
- All Known Subinterfaces:
- SelectableGroup
- All Known Implementing Classes:
- HtmlDisplayFieldBase, HREF, Button
- public interface HtmlDisplayField
- extends DisplayField
An HTML-specific extension of DisplayField
- Version:
- JATO/1.2.2 $Id: HtmlDisplayField.java,v 1.4 2002/03/16 03:26:44 todd Exp $
Method Summary |
java.lang.String |
getExtraHtml()
Returns any extra HTML source that will be included
in the rendered field before the closing <
Not all tags will support this. |
QBE_CONTROL_NAME_SUFFIX
public static final java.lang.String QBE_CONTROL_NAME_SUFFIX
getExtraHtml
public java.lang.String getExtraHtml()
- Returns any extra HTML source that will be included
in the rendered field before the closing
<
Not all tags will support this.