com.tonbeller.jpivot.table
Interface ClickableMember

All Superinterfaces:
java.util.EventListener, ModelChangeListener, com.tonbeller.wcf.controller.RequestListener
All Known Implementing Classes:
AbstractClickableMember, ClickableMemberSupport, DynamicClickableMember, UrlClickableMember

public interface ClickableMember
extends com.tonbeller.wcf.controller.RequestListener, ModelChangeListener

creates a hyperlink or popup menu on members in the table. When the user clicks on a member, the member will be made available in some way (url parameter or session attribute) and may forward to another jsp.

Since:
15.12.2004
Author:
av

Method Summary
 void decorate(SpanBuilder.SBContext sbctx, Displayable obj)
           
 void startRendering(com.tonbeller.wcf.controller.RequestContext context, TableComponent table)
           
 void stopRendering()
           
 
Methods inherited from interface com.tonbeller.wcf.controller.RequestListener
request
 
Methods inherited from interface com.tonbeller.jpivot.core.ModelChangeListener
modelChanged, structureChanged
 

Method Detail

startRendering

void startRendering(com.tonbeller.wcf.controller.RequestContext context,
                    TableComponent table)

decorate

void decorate(SpanBuilder.SBContext sbctx,
              Displayable obj)

stopRendering

void stopRendering()