echopoint.ui.layout
Class HtmlTemplateLayoutManagerUI

java.lang.Object
  extended by echopoint.ui.layout.LayoutManagerPeer
      extended by echopoint.ui.layout.HtmlTemplateLayoutManagerUI
All Implemented Interfaces:
ComponentPeerMapper, java.io.Serializable

public class HtmlTemplateLayoutManagerUI
extends LayoutManagerPeer
implements ComponentPeerMapper

HtmlTemplateLayoutManagerUI is the backend layout peer class for the component HtmlTemplateLayoutManager.

See Also:
Serialized Form

Constructor Summary
HtmlTemplateLayoutManagerUI()
           
 
Method Summary
 ComponentPeer getComponentPeer(Component component)
          This exposes the getPeer method as a public method so it can be can called deep within the page parser, where the protected method is not available.
 void render(RenderingContext rc, Element parent, ComponentPeer parentPeer, ComponentPeer[] children)
          Renders the Component
 
Methods inherited from class echopoint.ui.layout.LayoutManagerPeer
getLayoutManager, registered, setLayoutManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlTemplateLayoutManagerUI

public HtmlTemplateLayoutManagerUI()
Method Detail

getComponentPeer

public ComponentPeer getComponentPeer(Component component)
This exposes the getPeer method as a public method so it can be can called deep within the page parser, where the protected method is not available.

Specified by:
getComponentPeer in interface ComponentPeerMapper

render

public void render(RenderingContext rc,
                   Element parent,
                   ComponentPeer parentPeer,
                   ComponentPeer[] children)
Renders the Component

Specified by:
render in class LayoutManagerPeer
See Also:
for more information on rendering