com.tonbeller.jpivot.table
Interface SpanBuilder

All Superinterfaces:
Available, com.tonbeller.wcf.bookmarks.Bookmarkable, PartBuilder
All Known Implementing Classes:
SpanBuilderDecorator, SpanBuilderImpl, StaticClickableMember

public interface SpanBuilder
extends PartBuilder

creates an element in a table axis.

Author:
av

Nested Class Summary
static interface SpanBuilder.SBContext
           
 
Field Summary
 
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable
EXTENSIONAL, INTENSIONAL
 
Method Summary
 org.w3c.dom.Element build(SpanBuilder.SBContext sbctx, Span span, boolean even)
           
 
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
 

Method Detail

build

org.w3c.dom.Element build(SpanBuilder.SBContext sbctx,
                          Span span,
                          boolean even)