public final class RendererUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <SP extends VTStyleProperty> |
getStyleProperty(VTViewTemplateProvider templateProvider,
VElement vElement,
ViewModelContext context,
Class<SP> stylePropertyClass)
Returns a
VTStyleProperty of the given class or null if none was found. |
public static <SP extends VTStyleProperty> SP getStyleProperty(VTViewTemplateProvider templateProvider, VElement vElement, ViewModelContext context, Class<SP> stylePropertyClass)
VTStyleProperty of the given class or null if none was found.SP - stylePropertyClasstemplateProvider - the VTViewTemplateProvidervElement - the VElementcontext - the ViewModelContext.stylePropertyClass - the style property classnullCopyright © 2018. All rights reserved.