com.ptc.core.ca.co.client.picker
Class CoPickerActionHandler

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
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
WebPickerActionHandler

Deprecated.

@Deprecated
public abstract class CoPickerActionHandler
extends CoSimpleNewTemporaryFrameActionHandler

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 CoPickerActionModel class.
protected  void updateAddress(CoActionHandlerData data)
          Deprecated. Delegates update of the address of a picker frame to a doer implementing CoPickerUpdateAddressDoer interface.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoSimpleNewTemporaryFrameActionHandler
newActionHandlerData
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoNewFrameActionHandler
updateActionModel
 
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 CoPickerActionModel class.

Supported API: true

Overrides:
newModel in class CoNewTemporaryFrameActionHandler
Returns:
CoActionModel

updateAddress

protected void updateAddress(CoActionHandlerData data)
                      throws WTException
Deprecated. 
Delegates update of the address of a picker frame to a doer implementing CoPickerUpdateAddressDoer interface.

Supported API: true

Overrides:
updateAddress in class CoSimpleNewTemporaryFrameActionHandler
Parameters:
data -
Throws:
WTException