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