EchoPoint
1.0

echopoint.ui.template
Interface ComponentPeerMapper

All Known Subinterfaces:
JspRenderingContext
All Known Implementing Classes:
HtmlTemplateLayoutManagerUI, JspTemplateLayoutManagerUI

public interface ComponentPeerMapper

A ComponentPeerMapper is able to return a ComponentPeer from an given Component.


Method Summary
 nextapp.echoservlet.ComponentPeer getComponentPeer(nextapp.echo.Component c)
          Returns a ComponentPeer based on the Component given.
 

Method Detail

getComponentPeer

public nextapp.echoservlet.ComponentPeer getComponentPeer(nextapp.echo.Component c)
Returns a ComponentPeer based on the Component given. This may return null if the peer is not available, say if the Component is currently invisible.


EchoPoint
1.0