com.ptc.core.ca.web.client.picker
Class WebPickerActionHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.action.CoActionHandler
          extended by com.ptc.core.ca.co.client.action.CoGoToActionHandler
              extended by com.ptc.core.ca.co.client.action.CoNewFrameActionHandler
                  extended by com.ptc.core.ca.co.client.action.CoNewTemporaryFrameActionHandler
                      extended by com.ptc.core.ca.co.client.action.CoSimpleNewTemporaryFrameActionHandler
                          extended by com.ptc.core.ca.co.client.picker.CoPickerActionHandler
                              extended by com.ptc.core.ca.web.client.picker.WebPickerActionHandler
All Implemented Interfaces:
CoModelHandler, WebActionHandler

Deprecated.

@Deprecated
public class WebPickerActionHandler
extends CoPickerActionHandler
implements WebActionHandler

CoPickerActionHandler class is the base class for an action handler of an action that launches a picker. It delegates update of the address of a picker frame to a doer implementing CoPickerUpdateAddressDoer interface.

Supported API: true

Extendable: false


Method Summary
protected  CoActionModel newModel()
          Deprecated. Returns the newly created instance of WebPickerActionModel class.
 
Methods inherited from class com.ptc.core.ca.co.client.picker.CoPickerActionHandler
updateAddress
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoSimpleNewTemporaryFrameActionHandler
newActionHandlerData
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newModel

protected CoActionModel newModel()
Deprecated. 
Returns the newly created instance of WebPickerActionModel class.

Supported API: true

Overrides:
newModel in class CoPickerActionHandler
Returns:
CoActionModel