Class HtmlRendererContextImpl

java.lang.Object
org.loboevolution.component.HtmlRendererContextImpl
All Implemented Interfaces:
HtmlRendererContext

public class HtmlRendererContextImpl extends Object implements HtmlRendererContext
The HtmlRendererContextImpl class implements the HtmlRendererContextImpl interface. Note that this class provides rudimentary implementations of most callback methods. Overridding some methods in this class will usually be necessary in a professional application.

A simple way to load a URL into the HtmlPanel of the renderer context is to invoke navigate(String).