|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.binding.PropertyBinding
public class PropertyBinding
Nested Class Summary | |
---|---|
enum |
PropertyBinding.UpdateStrategy
|
Constructor Summary | |
PropertyBinding(Object bean, String propertyName)
|
|
PropertyBinding(Object bean, String propertyName, String updateStrategy)
|
|
PropertyBinding(Object bean, String propertyName, PropertyBinding.UpdateStrategy updateStrategy)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public PropertyBinding(Object bean, String propertyName)
public PropertyBinding(Object bean, String propertyName, String updateStrategy)
public PropertyBinding(Object bean, String propertyName, PropertyBinding.UpdateStrategy updateStrategy)
Method Detail |
---|
public FullBinding createBinding(SourceBinding source, TargetBinding target)
public Object getBean()
public String getPropertyName()
public Object getSourceValue()
public PropertyBinding.UpdateStrategy getUpdateStrategy()
public boolean isNonChangeCheck()
public void setBean(Object bean)
public void setNonChangeCheck(boolean nonChangeCheck)
public void setPropertyName(String propertyName)
public void updateTargetValue(Object newValue)
Copyright © 2003-2013 The Codehaus. All rights reserved.