to.etc.domui.component.agenda
Class DefaultScheduleItemRenderer<T extends ScheduleItem>

java.lang.Object
  extended by to.etc.domui.component.agenda.DefaultScheduleItemRenderer<T>
All Implemented Interfaces:
INodeContentRenderer<T>

public class DefaultScheduleItemRenderer<T extends ScheduleItem>
extends java.lang.Object
implements INodeContentRenderer<T>

WARNING: This class needs a separate instance for every thing it renders for! It has locals!!

Author:
Frits Jalvingh Created on Aug 26, 2008

Constructor Summary
DefaultScheduleItemRenderer()
           
 
Method Summary
 void renderNodeContent(NodeBase component, NodeContainer root, T si, java.lang.Object parameters)
          Render the content for a node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScheduleItemRenderer

public DefaultScheduleItemRenderer()
Method Detail

renderNodeContent

public void renderNodeContent(NodeBase component,
                              NodeContainer root,
                              T si,
                              java.lang.Object parameters)
                       throws java.lang.Exception
Description copied from interface: INodeContentRenderer
Render the content for a node.

Specified by:
renderNodeContent in interface INodeContentRenderer<T extends ScheduleItem>
Throws:
java.lang.Exception