Interface IMemoryRenderingSite2
- All Superinterfaces:
IMemoryRenderingSite
Extension to memory site that allows a client to request a rendering container
to become visible.
- Since:
- 3.8
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetContainerVisible(String id, boolean visible) Sets whether the identified container should be visible.Methods inherited from interface IMemoryRenderingSite
getContainer, getMemoryRenderingContainers, getSite, getSynchronizationService
-
Method Details
-
setContainerVisible
Sets whether the identified container should be visible.- Parameters:
id- identifier of the container to be affectedvisible- whether the given container should be made visible
-