|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.binding.AbstractFullBinding
org.codehaus.groovy.binding.PropertyBinding.PropertyFullBinding
class PropertyBinding.PropertyFullBinding extends AbstractFullBinding
Field Summary | |
---|---|
boolean |
bound
|
Object |
boundBean
|
Object |
boundProperty
|
boolean |
boundToProperty
|
Fields inherited from class AbstractFullBinding | |
---|---|
converter, reverseConverter, sourceBinding, targetBinding, validator |
Constructor Summary | |
PropertyBinding.PropertyFullBinding(SourceBinding source, TargetBinding target)
|
Method Summary | |
---|---|
void
|
bind()
|
void
|
propertyChange(PropertyChangeEvent event)
|
void
|
rebind()
|
void
|
unbind()
|
Methods inherited from class AbstractFullBinding | |
---|---|
getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
boolean bound
Object boundBean
Object boundProperty
boolean boundToProperty
Constructor Detail |
---|
public PropertyBinding.PropertyFullBinding(SourceBinding source, TargetBinding target)
Method Detail |
---|
public void bind()
public void propertyChange(PropertyChangeEvent event)
public void rebind()
public void unbind()
Copyright © 2003-2009 The Codehaus. All rights reserved.