|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.frame.CoHeaderResourceModelHandler
@Deprecated public class CoHeaderResourceModelHandler
This class can be used to specify model handler for Link and Script configuration
elements. DCA creates the instance of CoLabel element when
it encounters one of those configuration elements. The purpose of the
handler is to properly initilize the model.
Example
<Script id="script.1" resource="wtcore/js/com/ptc/core/ca/web/misc/content.js">
<ModelHandler class="com.ptc.core.ca.co.client.frame.CoHeaderResourceModelHandler"/>
<Insert ref="common:renderer.script"/>
</Script>
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
updateModel(CoElement element,
CoEnvData envData)
Deprecated. Creates and updates the model of the element. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void updateModel(CoElement element,
CoEnvData envData)
throws WTException
updateModel in interface CoModelHandlerelement - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||