es.aeat.eett.plugins.tableNavi.jpivot
Class SlicerBuilderImpl
java.lang.Object
es.aeat.eett.plugins.tableNavi.jpivot.PartBuilderSupport
es.aeat.eett.plugins.tableNavi.jpivot.SlicerBuilderImpl
- All Implemented Interfaces:
- com.tonbeller.wcf.bookmarks.Bookmarkable, PartBuilder, SlicerBuilder
- public class SlicerBuilderImpl
- extends PartBuilderSupport
- implements SlicerBuilder
creates a DOM Element from slicer member
- Author:
- av
Field Summary |
(package private) com.tonbeller.jpivot.olap.navi.MemberProperties |
extension
|
(package private) com.tonbeller.jpivot.table.span.PropertyConfig |
propertyConfig
|
(package private) com.tonbeller.jpivot.table.span.ScopedPropertyMetaSet |
visible
|
Method Summary |
javax.swing.tree.DefaultMutableTreeNode |
build(com.tonbeller.jpivot.olap.model.Member m)
|
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 |
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
getBookmarkState, setBookmarkState |
visible
com.tonbeller.jpivot.table.span.ScopedPropertyMetaSet visible
extension
com.tonbeller.jpivot.olap.navi.MemberProperties extension
propertyConfig
com.tonbeller.jpivot.table.span.PropertyConfig propertyConfig
SlicerBuilderImpl
public SlicerBuilderImpl()
startBuild
public void startBuild(com.tonbeller.wcf.controller.RequestContext context)
- Description copied from interface:
PartBuilder
- called before the DOM is built after the TableRenderer has been fully initialized
- Specified by:
startBuild
in interface PartBuilder
- Overrides:
startBuild
in class PartBuilderSupport
stopBuild
public void stopBuild()
- Description copied from interface:
PartBuilder
- called after the DOM has been built.
- Specified by:
stopBuild
in interface PartBuilder
- Overrides:
stopBuild
in class PartBuilderSupport
build
public javax.swing.tree.DefaultMutableTreeNode build(com.tonbeller.jpivot.olap.model.Member m)
- Specified by:
build
in interface SlicerBuilder
JRubik v0.6