com.ptc.core.ca.web.client.table
Class WebCompositeTable
java.lang.Object
com.ptc.core.ca.co.client.element.CoElement
com.ptc.core.ca.co.client.table.CoTable
com.ptc.core.ca.co.client.table.CoCompositeTable
com.ptc.core.ca.web.client.table.WebCompositeTable
- All Implemented Interfaces:
- CoAddressable, CoComponent, CoCompositeComponent, CoCleanable, CoContainer, CoFooterHolder, CoInstanceListHolder, com.ptc.core.ca.co.client.element.CoModeDriven, CoModelDriven, CoFrameManaged, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoSelector, CoTableLookLike, CoWizardStepManaged, WebElement, Externalizable, Serializable
Deprecated.
@Deprecated
public class WebCompositeTable
- extends CoCompositeTable
- implements WebElement, Externalizable
The class implementing a composite table. A composite table has layouts
as column headers and a list of row as its children. It does not have
a face plate but has a header and top layout instead.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoCleanable |
DIRTY |
|
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.table.CoTable |
createDynamicSubElement, createStaticSubElement, getChildren, getInstanceList, getModel, getSelected, isDirty, setChildren, setDirty, setInstanceList, setModel, setSelected, updateColumns, updateModel, 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 |
render
public void render(CoEnvData envData)
throws WTException
- Deprecated.
- Implements rendering algorithm specific to the element's type.
Supported API: true
- Specified by:
render in class CoElement
- Parameters:
envData -
- Throws:
WTException
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 -