public class PropertyBinding
Modifiers | Name | Description |
---|---|---|
enum |
PropertyBinding.UpdateStrategy |
Constructor and description |
---|
PropertyBinding
(Object bean, String propertyName) |
PropertyBinding
(Object bean, String propertyName, String updateStrategy) |
PropertyBinding
(Object bean, String propertyName, PropertyBinding.UpdateStrategy updateStrategy) |
Type Params | Return Type | Name and description |
---|---|---|
|
FullBinding |
createBinding(SourceBinding source, TargetBinding target) |
|
Object |
getBean() |
|
String |
getPropertyName() |
|
Object |
getSourceValue() |
|
PropertyBinding.UpdateStrategy |
getUpdateStrategy() |
|
boolean |
isNonChangeCheck() |
|
void |
setBean(Object bean) |
|
void |
setNonChangeCheck(boolean nonChangeCheck) |
|
void |
setPropertyName(String propertyName) |
|
void |
updateTargetValue(Object newValue) |
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.