|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.binding.AbstractFullBinding
class AbstractFullBinding extends Object
Field Summary | |
---|---|
protected Closure |
converter
|
protected Closure |
reverseConverter
|
protected SourceBinding |
sourceBinding
|
protected TargetBinding |
targetBinding
|
protected Closure |
validator
|
Constructor Summary | |
AbstractFullBinding()
|
Method Summary | |
---|---|
Closure
|
getConverter()
|
Closure
|
getReverseConverter()
|
SourceBinding
|
getSourceBinding()
|
TargetBinding
|
getTargetBinding()
|
Closure
|
getValidator()
|
void
|
reverseUpdate()
|
void
|
setConverter(Closure converter)
|
void
|
setReverseConverter(Closure reverseConverter)
|
void
|
setSourceBinding(SourceBinding sourceBinding)
|
void
|
setTargetBinding(TargetBinding targetBinding)
|
void
|
setValidator(Closure validator)
|
void
|
update()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
protected Closure converter
protected Closure reverseConverter
protected SourceBinding sourceBinding
protected TargetBinding targetBinding
protected Closure validator
Constructor Detail |
---|
AbstractFullBinding()
Method Detail |
---|
public Closure getConverter()
public Closure getReverseConverter()
public SourceBinding getSourceBinding()
public TargetBinding getTargetBinding()
public Closure getValidator()
public void reverseUpdate()
public void setConverter(Closure converter)
public void setReverseConverter(Closure reverseConverter)
public void setSourceBinding(SourceBinding sourceBinding)
public void setTargetBinding(TargetBinding targetBinding)
public void setValidator(Closure validator)
public void update()
Copyright © 2003-2009 The Codehaus. All rights reserved.