public class DataBindingValidator extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isValidPropertyChain(MetaClass bindableType,
String propertyChain)
Returns true if and only if the given property chain is a valid property expression rooted in the given bindable
type.
|
public static boolean isValidPropertyChain(MetaClass bindableType, String propertyChain)
bindableType
- The root type the given property chain is resolved against. Not null.propertyChain
- The data binding property chain to validate. Not null.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.