NextApp Echo2
v2.1.1

nextapp.echo2.webcontainer
Interface LazyRenderContainer


public interface LazyRenderContainer

An interface which may be supported by ComponentSynchronizePeers that benefit from lazily rendering their child components to the client.


Method Summary
 boolean isRendered(ContainerInstance ci, nextapp.echo2.app.Component component, nextapp.echo2.app.Component child)
          Determines if the specified child has been rendered to the client.
 

Method Detail

isRendered

boolean isRendered(ContainerInstance ci,
                   nextapp.echo2.app.Component component,
                   nextapp.echo2.app.Component child)
Determines if the specified child has been rendered to the client.

Parameters:
ci - the relevant ContainerInstance
component - the lazy-load-supporting container component
child - the child component to test for rendering

NextApp Echo2
v2.1.1