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.
isRendered
boolean isRendered(ContainerInstance ci,
Component component,
Component child)
- Determines if the specified
child has been rendered
to the client.
- Parameters:
ci - the relevant ContainerInstancecomponent - the lazy-load-supporting container componentchild - the child component to test for rendering