content/deferred_content library

Classes

CachingDeferredContentDirective
Nested inside a DeferredContentAware container, this directive creates its content the first time the parent container becomes visible.
DeferredContentDirective
When put on an element B, this directive creates B each time the nearest strict ancestor DeferredContentAware container A becomes visible and destroys B each time A becomes invisible.