borland Packages  Class Hierarchy  internetbeans Package 

IxSpan class

java.lang.Object
   +----com.borland.internetbeans.IxComponent
           +----com.borland.internetbeans.AbstractIxDataWidget
                   +----com.borland.internetbeans.IxSpan

About the IxSpan class

Variables  Properties  Methods  

Implements ColumnAware, DataSetAware, Renderable, Serializable, Cloneable

Note: This package is a feature of JBuilder Professional and Enterprise.

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.


IxSpan variables

Variables implemented in com.borland.internetbeans.AbstractIxDataWidget

Variables implemented in com.borland.internetbeans.IxComponent

IxSpan properties

*Read-only properties **Write-only properties

Properties implemented in com.borland.internetbeans.AbstractIxDataWidget

Properties implemented in com.borland.internetbeans.IxComponent

Properties implemented in java.lang.Object

IxSpan methods

Methods implemented in this class

Methods implemented in com.borland.internetbeans.AbstractIxDataWidget

Methods implemented in com.borland.internetbeans.IxComponent

Methods implemented in java.lang.Object


IxSpan methods

assembleElementBody(outWrap)

  protected void assembleElementBody(OutputWrapper outWrap)
Renders component value into element body.

Parameters:

outWrap
The stream-like output into which the content goes

Overrides: com.borland.internetbeans.IxComponent.assembleElementBody(outWrap)

assembleTagAttributes(outWrap)

  protected void assembleTagAttributes(OutputWrapper outWrap)
Concretes IxComponent but does nothing; any attributes are handled by assembleMergedAttributes.

Parameters:

outWrap
The stream-like output into which the content goes

Overrides: com.borland.internetbeans.IxComponent.assembleTagAttributes(outWrap)

getClosureTags()

  protected String[] getClosureTags()
Returns the element type name that was matched to this component, which by definition must end that element.

Overrides: com.borland.internetbeans.IxComponent.getClosureTags()

getElementType()

  protected String getElementType()
Returns the element type that was matched to this component.

Overrides: com.borland.internetbeans.IxComponent.getElementType()

isElementEmpty()

  protected boolean isElementEmpty()
Returns whether the element that was matched to this component was empty.

Overrides: com.borland.internetbeans.IxComponent.isElementEmpty()

mergeTag(java.lang.String, java.util.Map, boolean)

  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.

Parameters:

tagName
Name of the matching tag, e.g. INPUT, SELECT
attributes
Map of attribute values
empty
Whether the source tag was empty

Overrides: com.borland.internetbeans.IxComponent.mergeTag(java.lang.String, java.util.Map, boolean)