borland Packages Class Hierarchy internetbeans Package
java.lang.Object +----com.borland.internetbeans.IxComponent +----com.borland.internetbeans.AbstractIxDataWidget +----com.borland.internetbeans.IxSpan
Variables Properties Methods
Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable
Replaces read-only content by ID attribute, probably a <SPAN>, but could be another type of element. For controls in a form, use IxControl instead.
protected void assembleElementBody(OutputWrapper outWrap)Renders component value into element body.
outWrap
protected void assembleTagAttributes(OutputWrapper outWrap)Concretes
IxComponent
but does nothing; any attributes are handled by assembleMergedAttributes
.
outWrap
protected String[] getClosureTags()Returns the element type name that was matched to this component, which by definition must end that element.
protected String getElementType()Returns the element type that was matched to this component.
protected boolean isElementEmpty()Returns whether the element that was matched to this component was empty.
public void mergeTag(String tagName, Map attributes, boolean empty)Called by
PageProducer
; do not call directly. Stores the name of the matching tag and whether it is an empty tag, then calls super
.
tagName
attributes
empty