| nextapp.echo2.webcontainer.LazyRenderContainer
LazyRenderContainer | public interface LazyRenderContainer (Code) | | An interface which may be supported by ComponentSynchronizePeer s
that benefit from lazily rendering their child components to the client.
|
isRendered | public boolean isRendered(ContainerInstance ci, Component component, Component child)(Code) | | Determines if the specified child has been rendered
to the client.
Parameters: ci - the relevant ContainerInstance Parameters: component - the lazy-load-supporting container component Parameters: child - the child component to test for rendering |
|
|