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 VTViewTemplateProvider
vElement
- the VElement
context
- the ViewModelContext
.stylePropertyClass
- the style property classnull
Copyright © 2019. All rights reserved.