public interface LazyLoader
| Modifier and Type | Method and Description |
|---|---|
void |
loadComponents()
Loads the "lazy loaded" child components (see
setLazyLoadChildren(List)) bit-by-bit i.e. |
void |
setLazyLoadChildren(java.util.List<Component> children)
Sets the components which should be lazy loaded.
|
void |
setLazyLoadParent(Component parent)
Sets the parent component to be used for the lazy loaded child components.
|
void setLazyLoadParent(Component parent)
parent - component to which the lazy loaded child components will be attachedsetLazyLoadChildren(List),
loadComponents()void setLazyLoadChildren(java.util.List<Component> children)
loadComponents() method is called, the components in the specified list children will
be attached to the lazy load parent (see setLazyLoadParent(Component)).children - components which should be lazy loadedvoid loadComponents()
setLazyLoadChildren(List)) bit-by-bit i.e. attaches the
components to the lazy load parent (see setLazyLoadParent(Component)) in multiple event cycles.Copyright © 2018 SAP SE. All Rights Reserved.