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 $

Field Summary
static java.lang.String QBE_CONTROL_NAME_SUFFIX
           
 
Fields inherited from interface com.iplanet.jato.view.View
QUALIFIED_VIEW_NAME_SEPARATOR
 
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.
 
Methods inherited from interface com.iplanet.jato.view.DisplayField
getDescriptor, getValue, getValues, setValue, setValues, stringValue
 
Methods inherited from interface com.iplanet.jato.view.View
getName, getParent, getQualifiedName, setParent
 

Field Detail

QBE_CONTROL_NAME_SUFFIX

public static final java.lang.String QBE_CONTROL_NAME_SUFFIX
Method Detail

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.