public interface DataBinding
Provides access to the BindingInfo
object for the component that
contains binding configuration
Modifier and Type | Method and Description |
---|---|
BindingInfo |
getBindingInfo()
Returns the
BindingInfo instance that is configured for the
component |
String |
getPropertyName()
Name of the property (relative to the parent object) the component binds
to
|
void |
setBindingInfo(BindingInfo bindingInfo)
Setter for the binding info instance
|
BindingInfo getBindingInfo()
BindingInfo
instance that is configured for the
componentBindingInfo
void setBindingInfo(BindingInfo bindingInfo)
bindingInfo
- String getPropertyName()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.