com.tonbeller.jpivot.table
Class CornerBuilderImpl

java.lang.Object
  extended by com.tonbeller.jpivot.table.PartBuilderSupport
      extended by com.tonbeller.jpivot.table.CornerBuilderImpl
All Implemented Interfaces:
CornerBuilder, PartBuilder, Available, com.tonbeller.wcf.bookmarks.Bookmarkable

public class CornerBuilderImpl
extends PartBuilderSupport
implements CornerBuilder

renders the upper left corner

Author:
av

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
CornerBuilderImpl()
           
 
Method Summary
 org.w3c.dom.Element build(int colSpan, int rowSpan)
           
 
Methods inherited from class com.tonbeller.jpivot.table.PartBuilderSupport
destroy, getBookmarkState, initialize, isAvailable, setBookmarkState, setDirty, startBuild, stopBuild
 
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

CornerBuilderImpl

public CornerBuilderImpl()
Method Detail

build

public org.w3c.dom.Element build(int colSpan,
                                 int rowSpan)
Specified by:
build in interface CornerBuilder
See Also:
com.tonbeller.jpivot.ui.table.CornerBuilder#render(TableRenderer)