Package com.adobe.granite.ui.components
Interface ValueFetchStrategy
-
@ProviderType public interface ValueFetchStrategyDenotes a specific value fetching strategy for BulkEditValueMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectapply(java.lang.String key, Resource resource)
-
-
-
Method Detail
-
apply
java.lang.Object apply(@Nonnull java.lang.String key, @Nonnull Resource resource)- Parameters:
key- The property name to fetchresource- The resource which property value is fetched- Returns:
- The result of fetch conversion
-
-