com.ptc.core.ca.web.client.property
Interface WebPropertyHandler

All Known Implementing Classes:
WebBinaryPropertyHandler, WebContentUploadPathPropertyHandler, WebDateTimePropertyHandler, WebEmptyPropertyHandler, WebEnumeratedPropertyHandler, WebHyperlinkPropertyHandler, WebIntegerPropertyHandler, WebPickerPropertyHandler, WebRealPropertyHandler, WebSecondaryContentUploadPathPropertyHandler, WebStringPropertyHandler, WebStringPropertyHandler, WebTextAreaPropertyHandler

Deprecated.

@Deprecated
public interface WebPropertyHandler

Every property handler implements this interface. It's purpose is to define methods for the generic handling of the user input related to the given property.

Supported API: true

Extendable: false


Method Summary
 void updateProperty(CoProperty property, WebEnvData web_envData)
          Deprecated. Mines request for the parameters related to the given property.
 

Method Detail

updateProperty

void updateProperty(CoProperty property,
                    WebEnvData web_envData)
                    throws WTException
Deprecated. 
Mines request for the parameters related to the given property. Updates the I*E element and the model of the property using obtained parameters.

DCA framework generially traverses the tree of DCA element invoking this method for properties in non-view mode.

Supported API: true

Parameters:
property -
web_envData -
Throws:
WTException