com.ptc.windchill.enterprise.navigation
Class WebWindchillLevel1NavBarRowRenderHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.web.client.element.WebRenderHandler
          extended by com.ptc.windchill.enterprise.navigation.WebWindchillLevel1NavBarRowRenderHandler
All Implemented Interfaces:
CoRenderHandler

public class WebWindchillLevel1NavBarRowRenderHandler
extends WebRenderHandler

This renderer looks for the DrawHandler element and conditionally draws each tab. Needed because DCA drawhandler does not remove elements in a clean manner.

Supported API: true

Extendable: false


Method Summary
protected  void render(CoElement element, JspWriter out, WebEnvData web_envData)
          The method responsible for the rendering of the web element.
 
Methods inherited from class com.ptc.core.ca.web.client.element.WebRenderHandler
postRender, preRender, render
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

render

protected void render(CoElement element,
                      JspWriter out,
                      WebEnvData web_envData)
               throws WTException
The method responsible for the rendering of the web element.

Supported API: true

Specified by:
render in class WebRenderHandler
Parameters:
element -
out -
web_envData -
Throws:
WTException