com.tonbeller.jpivot.table
Class SpanBuilderDecorator

java.lang.Object
  extended by com.tonbeller.jpivot.table.PartBuilderSupport
      extended by com.tonbeller.jpivot.table.PartBuilderDecorator
          extended by com.tonbeller.jpivot.table.SpanBuilderDecorator
All Implemented Interfaces:
PartBuilder, SpanBuilder, Available, com.tonbeller.wcf.bookmarks.Bookmarkable
Direct Known Subclasses:
StaticClickableMember

public abstract class SpanBuilderDecorator
extends PartBuilderDecorator
implements SpanBuilder

Created on 18.10.2002

Author:
av

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.tonbeller.jpivot.table.SpanBuilder
SpanBuilder.SBContext
 
Field Summary
 
Fields inherited from class com.tonbeller.jpivot.table.PartBuilderSupport
table
 
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable
EXTENSIONAL, INTENSIONAL
 
Constructor Summary
SpanBuilderDecorator(SpanBuilder delegate)
          Constructor for RowHeadingRendererDecorator.
 
Method Summary
 org.w3c.dom.Element build(SpanBuilder.SBContext sbctx, Span span, boolean even)
           
 
Methods inherited from class com.tonbeller.jpivot.table.PartBuilderDecorator
destroy, initialize, startBuild, stopBuild
 
Methods inherited from class com.tonbeller.jpivot.table.PartBuilderSupport
getBookmarkState, isAvailable, setBookmarkState, setDirty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.jpivot.table.PartBuilder
destroy, initialize, isAvailable, startBuild, stopBuild
 
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable
getBookmarkState, setBookmarkState
 

Constructor Detail

SpanBuilderDecorator

public SpanBuilderDecorator(SpanBuilder delegate)
Constructor for RowHeadingRendererDecorator.

Method Detail

build

public org.w3c.dom.Element build(SpanBuilder.SBContext sbctx,
                                 Span span,
                                 boolean even)
Specified by:
build in interface SpanBuilder