echopoint.ui.layout
Class HtmlTemplateLayoutManagerUI
java.lang.Object
echopoint.ui.layout.LayoutManagerPeer
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.
- Author:
- Brad Baker
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTemplateLayoutManagerUI
public HtmlTemplateLayoutManagerUI()
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