|
|||||||||
| 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.CoElement
com.ptc.core.ca.co.client.list.CoList
com.ptc.core.ca.web.client.list.WebList
@Deprecated public class WebList
The web implementation of thel list element.
Supported API: true
Extendable: false
| 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.CoContainer |
|---|
CHILDREN |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
ADDRESS |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| 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 |
render(CoEnvData envData)
Deprecated. Implements rendering algorithm specific to the element's type. |
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.list.CoList |
|---|
createDynamicSubElement, createStaticSubElement, getChildren, getModel, newModel, pruneChildren, setChildren, setModel, updateChildren, updateModel |
| 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 |
|---|
public void render(CoEnvData envData)
throws WTException
render in class CoElementenvData -
WTException
public String getRenderer(CoEnvData envData)
throws WTException
getRenderer in interface WebElementenvData -
WTException
public String getRenderHandler(CoElement element,
CoEnvData envData)
throws WTException
getRenderHandler in interface WebElementelement - envData -
WTException
public void handleDrawError(Throwable t,
CoEnvData envData)
throws WTException
CoElement.draw() method.
handleDrawError in interface WebElementhandleDrawError in class CoElementt - envData -
WTExceptionpublic WebJspData getRendererJspData()
getRendererJspData in interface WebElementpublic void setRendererJspData(WebJspData a_RendererJspData)
setRendererJspData in interface WebElementa_RendererJspData -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||