|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.table.PartBuilderSupport
public abstract class PartBuilderSupport
Created on 18.10.2002
Field Summary | |
---|---|
protected TableComponent |
table
|
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
EXTENSIONAL, INTENSIONAL |
Constructor Summary | |
---|---|
PartBuilderSupport()
|
Method Summary | |
---|---|
void |
destroy(javax.servlet.http.HttpSession session)
destructor, called once after session timeout |
java.lang.Object |
getBookmarkState(int levelOfDetail)
returns null |
void |
initialize(com.tonbeller.wcf.controller.RequestContext context,
TableComponent table)
deferred ctor, called once after creation |
boolean |
isAvailable()
true, if the current olapModel supports all extensions that are required by this partBuilder. |
void |
setBookmarkState(java.lang.Object state)
does nothing |
protected void |
setDirty(boolean dirty)
|
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TableComponent table
Constructor Detail |
---|
public PartBuilderSupport()
Method Detail |
---|
public void startBuild(com.tonbeller.wcf.controller.RequestContext context)
PartBuilder
startBuild
in interface PartBuilder
public void stopBuild()
PartBuilder
stopBuild
in interface PartBuilder
public boolean isAvailable()
PartBuilder
isAvailable
in interface PartBuilder
isAvailable
in interface Available
public void initialize(com.tonbeller.wcf.controller.RequestContext context, TableComponent table) throws java.lang.Exception
PartBuilder
initialize
in interface PartBuilder
java.lang.Exception
public void destroy(javax.servlet.http.HttpSession session) throws java.lang.Exception
PartBuilder
destroy
in interface PartBuilder
java.lang.Exception
protected void setDirty(boolean dirty)
public java.lang.Object getBookmarkState(int levelOfDetail)
getBookmarkState
in interface com.tonbeller.wcf.bookmarks.Bookmarkable
public void setBookmarkState(java.lang.Object state)
setBookmarkState
in interface com.tonbeller.wcf.bookmarks.Bookmarkable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |