com.ptc.windchill.uwgm.cadx.cancelcheckout
Class CancelCheckoutChoicesDataHandler

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.cancelcheckout.CancelCheckoutChoicesDataHandler
All Implemented Interfaces:
JSDataHandler

public class CancelCheckoutChoicesDataHandler
extends Object
implements JSDataHandler

Specialized JSDataHandler to handler unique requirements


Field Summary
private  JSStringPropertyValue value
           
 
Constructor Summary
CancelCheckoutChoicesDataHandler()
           
 
Method Summary
 JSPropertyValue getJSPropertyValue(String attribute, Locale locale, Object object, JSDataObject jsObject)
           
 void init(String attribute, Locale locale, List dataObjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private JSStringPropertyValue value
Constructor Detail

CancelCheckoutChoicesDataHandler

public CancelCheckoutChoicesDataHandler()
Method Detail

init

public void init(String attribute,
                 Locale locale,
                 List dataObjects)
          throws WTException
Specified by:
init in interface JSDataHandler
Throws:
WTException

getJSPropertyValue

public JSPropertyValue getJSPropertyValue(String attribute,
                                          Locale locale,
                                          Object object,
                                          JSDataObject jsObject)
Specified by:
getJSPropertyValue in interface JSDataHandler