EchoPoint
1.0

echopoint.ui.layout
Class HtmlTemplateLayoutManagerUI

java.lang.Object
  extended byechopoint.ui.layout.LayoutManagerPeer
      extended byechopoint.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.

Author:
Brad Baker
See Also:
Serialized Form

Constructor Summary
HtmlTemplateLayoutManagerUI()
           
 
Method Summary
 nextapp.echoservlet.ComponentPeer getComponentPeer(nextapp.echo.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(nextapp.echoservlet.RenderingContext rc, nextapp.echoservlet.html.Element parent, nextapp.echoservlet.ComponentPeer parentPeer, nextapp.echoservlet.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 nextapp.echoservlet.ComponentPeer getComponentPeer(nextapp.echo.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(nextapp.echoservlet.RenderingContext rc,
                   nextapp.echoservlet.html.Element parent,
                   nextapp.echoservlet.ComponentPeer parentPeer,
                   nextapp.echoservlet.ComponentPeer[] children)
Renders the Component

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

EchoPoint
1.0