| java.lang.Object de.jwic.renderer.self.SelfRenderer
SelfRenderer | public class SelfRenderer implements IControlRenderer(Code) | | This renderer passes the renderContext to a control so that it can
render itself to HTML. This rendering method may be used by controls
that do not use templates and create the HTML "by code".
A control that wants to use this renderer must implement the ISelfRenderingControl
interface.
author: Florian Lippisch |
|
|