com.ptc.core.ca.co.client.picker
Class CoPickerActionHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.action.CoActionHandler
com.ptc.core.ca.co.client.action.CoGoToActionHandler
com.ptc.core.ca.co.client.action.CoNewFrameActionHandler
com.ptc.core.ca.co.client.action.CoNewTemporaryFrameActionHandler
com.ptc.core.ca.co.client.action.CoSimpleNewTemporaryFrameActionHandler
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. |
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