com.ptc.core.foundation.queue.client.web.property.string
Class WebDropdownRenderHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.web.client.element.WebRenderHandler
com.ptc.core.foundation.queue.client.web.property.string.WebDropdownRenderHandler
- All Implemented Interfaces:
- CoRenderHandler
public class WebDropdownRenderHandler
- extends WebRenderHandler
This class implements java based renderer for the java.lang.String
attribute value type.
Supported API: true
Extendable: false
- See Also:
String
|
Method Summary |
protected void |
render(CoElement element,
JspWriter out,
WebEnvData web_envData)
The method responsible for the rendering of the web element. |
render
protected void render(CoElement element,
JspWriter out,
WebEnvData web_envData)
throws WTException
- 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