|
Groovy 1.7.9 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.binding.PropertyBinding
public class PropertyBinding extends Object
Constructor Summary | |
PropertyBinding(Object bean, String propertyName)
|
Method Summary | |
---|---|
FullBinding
|
createBinding(SourceBinding source, TargetBinding target)
|
Object
|
getBean()
|
String
|
getPropertyName()
|
Object
|
getSourceValue()
|
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)
Method Detail |
---|
public FullBinding createBinding(SourceBinding source, TargetBinding target)
public Object getBean()
public String getPropertyName()
public Object getSourceValue()
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-2010 The Codehaus. All rights reserved.