com.ptc.core.ca.web.client.element
Interface WebElement

All Known Subinterfaces:
WebFrame
All Known Implementing Classes:
WebAction, WebActionList, WebCompositeFrame, WebCompositeLayout, WebCompositeNavBar, WebCompositePropertyPanel, WebCompositeTable, WebCompositeTree, WebConnector, WebDataDrivenEnumerator, WebEmbeddedURLContent, WebEnumerator, WebHyperLink, WebLabel, WebLayoutRow, WebList, WebNavBarRow, WebPlugin, WebProperty, WebRow, WebSelectList, WebSeparatedProperty, WebSeparator, WebShadow, WebSimpleColumn, WebSimpleFrame, WebSimpleLayout, WebSimpleNavBar, WebSimplePropertyPanel, WebSimpleTable, WebSpacer, WebTreeNode, WebWizard, WebWizardStepList

Deprecated.

@Deprecated
public interface WebElement

All web implementations of conceptual elements implement this interface.

Supported API: true

Extendable: false


Field Summary
static String RENDERER_JSP_DATA
          Deprecated. Label for the attribute; the object containing various information about the elements's jsp page.
 
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: RENDERER_JSP_DATA.
 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: RENDERER_JSP_DATA.
 

Field Detail

RENDERER_JSP_DATA

static final String RENDERER_JSP_DATA
Deprecated. 
Label for the attribute; 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

See Also:
Constant Field Values
Method Detail

getRendererJspData

WebJspData getRendererJspData()
Deprecated. 
Gets the object for the association that plays role: RENDERER_JSP_DATA. 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

Returns:
WebJspData

setRendererJspData

void setRendererJspData(WebJspData a_RendererJspData)
Deprecated. 
Sets the object for the association that plays role: RENDERER_JSP_DATA. 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

Parameters:
a_RendererJspData -

getRenderer

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

Supported API: true

Parameters:
envData -
Returns:
String
Throws:
WTException

getRenderHandler

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

Supported API: true

Parameters:
element -
envData -
Returns:
String
Throws:
WTException

handleDrawError

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

Supported API: true

Parameters:
t -
envData -
Throws:
WTException