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 | 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-2014 The Codehaus. All rights reserved.