Uses of Interface
com.hybris.cockpitng.lazyloading.LazyTaskResult
-
Packages that use LazyTaskResult Package Description com.hybris.cockpitng.lazyloading com.hybris.cockpitng.widgets.common -
-
Uses of LazyTaskResult in com.hybris.cockpitng.lazyloading
Classes in com.hybris.cockpitng.lazyloading that implement LazyTaskResult Modifier and Type Class Description classDefaultLazyTaskResult<LAZY_DATA>Constructor parameters in com.hybris.cockpitng.lazyloading with type arguments of type LazyTaskResult Constructor Description DefaultLazyTask(java.util.function.Supplier<LAZY_DATA> dataSupplier, java.util.function.Consumer<LazyTaskResult<LAZY_DATA>> dataConsumer) -
Uses of LazyTaskResult in com.hybris.cockpitng.widgets.common
Methods in com.hybris.cockpitng.widgets.common with parameters of type LazyTaskResult Modifier and Type Method Description protected abstract voidAbstractLazyRenderer. renderAfterLoad(PARENT parent, CONFIG configuration, DATA data, DataType dataType, WidgetInstanceManager wim, LazyTaskResult<LAZY_DATA> lazyLoadedData)Renders component when lazy loaded data is available.
-