com.vinay.ui.vinui.fw.htmlrendering
Class HTMLListRenderer

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.Renderer
      extended bycom.vinay.ui.vinui.fw.htmlrendering.HTMLListRenderer

public class HTMLListRenderer
extends Renderer

Renderer for List control

Author:
Vinay Nath

Constructor Summary
HTMLListRenderer()
           
 
Method Summary
 java.lang.String render(Control control)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLListRenderer

public HTMLListRenderer()
Method Detail

render

public java.lang.String render(Control control)
Specified by:
render in class Renderer