JRubik v0.6

es.aeat.eett.plugins.tableNavi.jpivot
Interface PartBuilder

All Superinterfaces:
com.tonbeller.wcf.bookmarks.Bookmarkable
All Known Subinterfaces:
AxisBuilder, CellBuilder, ColumnAxisBuilder, CornerBuilder, RowAxisBuilder, SlicerBuilder, SpanBuilder
All Known Implementing Classes:
AxisBuilderSupport, CellBuilderImpl, ColumnAxisBuilderImpl, CornerBuilderDecorator, CornerBuilderImpl, PartBuilderSupport, RowAxisBuilderImpl, SlicerBuilderDecorator, SlicerBuilderImpl, SpanBuilderDecorator, SpanBuilderImpl

public interface PartBuilder
extends com.tonbeller.wcf.bookmarks.Bookmarkable

Builds a part of the table

Author:
av

Method Summary
 void destroy(javax.servlet.http.HttpSession session)
          destructor, called once after session timeout
 void initialize(com.tonbeller.wcf.controller.RequestContext context, TableComponent table)
          deferred ctor, called once after creation
 void startBuild(com.tonbeller.wcf.controller.RequestContext context)
          called before the DOM is built after the TableRenderer has been fully initialized
 void stopBuild()
          called after the DOM has been built.
 
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable
getBookmarkState, setBookmarkState
 

Method Detail

initialize

public void initialize(com.tonbeller.wcf.controller.RequestContext context,
                       TableComponent table)
                throws java.lang.Exception
deferred ctor, called once after creation

Throws:
java.lang.Exception

destroy

public void destroy(javax.servlet.http.HttpSession session)
             throws java.lang.Exception
destructor, called once after session timeout

Parameters:
session -
Throws:
java.lang.Exception

startBuild

public void startBuild(com.tonbeller.wcf.controller.RequestContext context)
called before the DOM is built after the TableRenderer has been fully initialized


stopBuild

public void stopBuild()
called after the DOM has been built.


JRubik v0.6

JRubik v0.6