com.ptc.windchill.suma.dca
Class SupplierDrawController

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.windchill.suma.dca.SupplierDrawController
All Implemented Interfaces:
CoDrawHandler

public class SupplierDrawController
extends CoElementHandler
implements CoDrawHandler

The class implementing CoDrawHanlder capable of conditional drawing of the element.

Supported API: true

Extendable: false


Method Summary
 void draw(CoElement element, CoEnvData envData)
          The method repsonsible for the drawing of the element.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

draw

public void draw(CoElement element,
                 CoEnvData envData)
          throws WTException
The method repsonsible for the drawing of the element.

Supported API: true

Specified by:
draw in interface CoDrawHandler
Parameters:
element -
envData -
Throws:
WTException