com.ptc.core.ca.web.client.propertyPanel
Class WebCompositePropertyPanel

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElement
      extended by com.ptc.core.ca.co.client.layout.CoAbstractLayout
          extended by com.ptc.core.ca.co.client.layout.CoCompositeLayout
              extended by com.ptc.core.ca.co.client.propertyPanel.CoCompositePropertyPanel
                  extended by com.ptc.core.ca.web.client.propertyPanel.WebCompositePropertyPanel
All Implemented Interfaces:
CoAddressable, CoInstanceChangeListener, CoComponent, CoCompositeComponent, CoCleanable, CoContainer, CoInstanceHolder, com.ptc.core.ca.co.client.element.CoModeDriven, CoModelDriven, CoFrameManaged, CoLayout, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoPropertyPanel, CoCompositeTableManaged, CoRowManaged, CoTableManaged, CoCompositeTreeManaged, CoWizardStepManaged, WebElement, Externalizable, Serializable

Deprecated.

@Deprecated
public class WebCompositePropertyPanel
extends CoCompositePropertyPanel
implements WebElement, Externalizable

The composite property panel. The property panel is responsible for the maintainance of a single I*E element. Since property panel extends layout, it can also host all the elements the regular layout can.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.web.client.element.WebElement
RENDERER_JSP_DATA
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable
DIRTY
 
Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
ADDRESS
 
Method Summary
 String getRenderer(CoEnvData envData)
          Deprecated. Returns the web application resouce to dispatch to to render the element.
 WebJspData getRendererJspData()
          Deprecated. Gets the object for the association that plays role: rendererJspData; the object containing various information about the elements's jsp page.
 String getRenderHandler(CoElement element, CoEnvData envData)
          Deprecated. Returns the class to delegate to to render the element.
 void handleDrawError(Throwable t, CoEnvData envData)
          Deprecated. To handle exception in CoElement.draw() method.
 void setRendererJspData(WebJspData a_RendererJspData)
          Deprecated. Sets the object for the association that plays role: rendererJspData; the object containing various information about the elements's jsp page.
 
Methods inherited from class com.ptc.core.ca.co.client.propertyPanel.CoCompositePropertyPanel
getInstance, isDirty, newModel, onChange, setDirty, setInstance, updateModel
 
Methods inherited from class com.ptc.core.ca.co.client.layout.CoCompositeLayout
pruneChildren, updateChildren
 
Methods inherited from class com.ptc.core.ca.co.client.layout.CoAbstractLayout
createDynamicSubElement, createStaticSubElement, getChildren, getModel, setChildren, setModel, updateRows
 
Methods inherited from class com.ptc.core.ca.co.client.element.CoElement
canBePruned, default_draw, default_init, draw, getAddress, getConfiguration, getFrame, getParent, isBeingRefreshed, setAddress, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
getAddress, setAddress
 

Method Detail

getRenderer

public String getRenderer(CoEnvData envData)
                   throws WTException
Deprecated. 
Returns the web application resouce to dispatch to to render the element.

Supported API: true

Specified by:
getRenderer in interface WebElement
Parameters:
envData -
Returns:
String
Throws:
WTException

getRenderHandler

public String getRenderHandler(CoElement element,
                               CoEnvData envData)
                        throws WTException
Deprecated. 
Returns the class to delegate to to render the element.

Supported API: true

Specified by:
getRenderHandler in interface WebElement
Parameters:
element -
envData -
Returns:
String
Throws:
WTException

handleDrawError

public void handleDrawError(Throwable t,
                            CoEnvData envData)
                     throws WTException
Deprecated. 
To handle exception in CoElement.draw() method.

Supported API: true

Specified by:
handleDrawError in interface WebElement
Specified by:
handleDrawError in class CoElement
Parameters:
t -
envData -
Throws:
WTException

getRendererJspData

public WebJspData getRendererJspData()
Deprecated. 
Gets the object for the association that plays role: rendererJspData; the object containing various information about the elements's jsp page. In the case when the element has java based renderer, this object will describe the jsp page of the nearest ancestor that has one or the gateway jsp page.

Supported API: true

Specified by:
getRendererJspData in interface WebElement
Returns:
WebJspData

setRendererJspData

public void setRendererJspData(WebJspData a_RendererJspData)
Deprecated. 
Sets the object for the association that plays role: rendererJspData; the object containing various information about the elements's jsp page. In the case when the element has java based renderer, this object will describe the jsp page of the nearest ancestor that has one or the gateway jsp page.

Supported API: true

Specified by:
setRendererJspData in interface WebElement
Parameters:
a_RendererJspData -