public final class ViewModelPropertiesHelper extends Object
VViewModelProperties
.Modifier and Type | Method and Description |
---|---|
static VViewModelProperties |
getInhertitedPropertiesOrEmpty(VElement element)
This method tries to create inherited
VViewModelProperties for the given VElement . |
public static VViewModelProperties getInhertitedPropertiesOrEmpty(VElement element)
VViewModelProperties
for the given VElement
. If the element
is a VView
with non-null loading properties
this will return an
inherited version of those properties. Will return an empty default object in other cases.element
- the element to inherit the properties fromCopyright © 2016. All rights reserved.