|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataBinding
Components that bind to a model (hold model data) should implement this interface
Provides access to the BindingInfo
object for the component that
contains binding configuration
Method Summary | |
---|---|
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 |
Method Detail |
---|
BindingInfo getBindingInfo()
BindingInfo
instance that is configured for the
component
BindingInfo
void setBindingInfo(BindingInfo bindingInfo)
bindingInfo
- String getPropertyName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |