com.ptc.core.ca.web.client.property.real
Class WebRealWithUnitsRenderHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.web.client.element.WebRenderHandler
com.ptc.core.ca.web.client.property.real.WebRealWithUnitsRenderHandler
- All Implemented Interfaces:
- CoRenderHandler
Deprecated.
@Deprecated
public class WebRealWithUnitsRenderHandler
- extends WebRenderHandler
This class implements java based renderer for the com.ptc.core.meta.common.FloatingPoint
attribute value type when it needs to be presented with units.
Supported API: true
Extendable: false
- See Also:
FloatingPoint
|
Method Summary |
protected void |
render(CoElement element,
JspWriter out,
WebEnvData web_envData)
Deprecated. The method responsible for the rendering of the web element. |
render
protected void render(CoElement element,
JspWriter out,
WebEnvData web_envData)
throws WTException
- Deprecated.
- The method responsible for the rendering of the web element.
Supported API: true
- Specified by:
render in class WebRenderHandler
- Parameters:
element - out - web_envData -
- Throws:
WTException