|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LazyRenderContainer
An interface which may be supported by ComponentSynchronizePeer
s
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 |
---|
boolean isRendered(ContainerInstance ci, nextapp.echo2.app.Component component, nextapp.echo2.app.Component child)
child
has been rendered
to the client.
ci
- the relevant ContainerInstance
component
- the lazy-load-supporting container componentchild
- the child component to test for rendering
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |