com.ptc.core.ca.co.client.element
Interface CoModelHandler

All Known Implementing Classes:
CoAbstractPropertyHandler, CoActionHandler, CoAddObjectToInstanceListHolderOkActionHandler, CoApplyActionHandler, CoAttachmentsListPickerOkActionHandler, CoBinaryPropertyHandler, CoCancelActionHandler, CoClipboardActionHandler, CoDateTimePropertyHandler, CoDefaultObjectListPickerOkActionHandler, CoDefaultPropertyPickerOkActionHandler, CoEnumeratedPropertyHandler, CoGoToActionHandler, CoHeaderResourceModelHandler, CoHyperlinkPropertyHandler, CoInPlaceActionHandler, CoIntegerPropertyHandler, CoNavBarActionHandler, CoNewFrameActionHandler, CoNewTemporaryFrameActionHandler, CoNextPrevStepsActionHandler, CoNextStepActionHandler, CoObjectListPickerOkActionHandler, CoOkActionHandler, CoPageInPlaceActionHandler, CoPageSelectActionHandler, CoPickerActionHandler, CoPreviousStepActionHandler, CoPropertyHandler, CoPropertyPickerOkActionHandler, CoPropertyRetrieverOkActionHandler, CoRealPropertyHandler, CoSimpleActionHandler, CoSimpleCloseFrameAndRefreshActionHandler, CoSimpleGoToActionHandler, CoSimpleInPlaceActionHandler, CoSimpleNavBarActionHandler, CoSimpleNewFrameActionHandler, CoSimpleNewTemporaryFrameActionHandler, CoSimplePropertyHandler, CoSimpleWindchillHelpHyperLinkProducer, CoSimpleWindchillHyperLinkProducer, CoSimpleWindchillNmHyperLinkProducer, CoSimpleWindchillSaveAsHyperLinkProducer, CoSimpleWindchillTPContentHolderHyperLinkProducer, CoSimpleWindchillTPHyperLinkProducer, CoSimpleWindchillTutorialHyperLinkProducer, CoStringPropertyHandler, CoTextAreaPropertyHandler, CoTreeNodeActionHandler, CoWindchillHyperLinkProducer, CoWindchillTPHyperLinkProducer, CoWizardActionHandler, CoWizardDialogActionHandler, CoWizardStepActionHandler, WebApplyActionHandler, WebBinaryPropertyHandler, WebCancelActionHandler, WebClipboardActionHandler, WebConfirmationWizardOkActionHandler, WebContentUploadPathPropertyHandler, WebDateTimePropertyHandler, WebEmptyPropertyHandler, WebEnumeratedPropertyHandler, WebGoToActionHandler, WebHyperlinkPropertyHandler, WebInPlaceActionHandler, WebIntegerPropertyHandler, WebModelHandler, WebNavBarActionHandler, WebNewFrameActionHandler, WebNewTemporaryFrameActionHandler, WebNewTemporaryFrameActionHandlerSettingUrl, WebNextStepActionHandler, WebOkActionHandler, WebPickerActionHandler, WebPickerPropertyHandler, WebPreviousStepActionHandler, WebRealPropertyHandler, WebSecondaryContentUploadPathPropertyHandler, WebSimpleCloseFrameAndRefreshActionHandler, WebSimpleGoToActionHandler, WebSimpleInPlaceActionHandler, WebSimpleNavBarActionHandler, WebSimpleNewFrameActionHandler, WebSimpleNewTemporaryFrameActionHandler, WebStringPropertyHandler, WebStringPropertyHandler, WebTextAreaPropertyHandler, WebTreeNodeActionHandler, WebWizardStepActionHandler

Deprecated.

@Deprecated
public interface CoModelHandler

The interface all model handlers must implement.

Supported API: true

Extendable: false


Method Summary
 void updateModel(CoElement element, CoEnvData envData)
          Deprecated. Creates and updates the model of the element.
 

Method Detail

updateModel

void updateModel(CoElement element,
                 CoEnvData envData)
                 throws WTException
Deprecated. 
Creates and updates the model of the element.

Supported API: true

Parameters:
element -
envData -
Throws:
WTException