Groovy Documentation

griffon.pivot.support.adapters
[Java] Class TextAreaBindingAdapter

java.lang.Object
  griffon.pivot.support.adapters.TextAreaBindingAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.TextAreaBindingListener

public class TextAreaBindingAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure textBindMappingChanged

private Closure textBindTypeChanged

private Closure textKeyChanged

 
Constructor Summary
TextAreaBindingAdapter()

 
Method Summary
Closure getTextBindMappingChanged()

Closure getTextBindTypeChanged()

Closure getTextKeyChanged()

void setTextBindMappingChanged(Closure textBindMappingChanged)

void setTextBindTypeChanged(Closure textBindTypeChanged)

void setTextKeyChanged(Closure textKeyChanged)

void textBindMappingChanged(org.apache.pivot.wtk.TextArea arg0, org.apache.pivot.wtk.TextArea$TextBindMapping arg1)

void textBindTypeChanged(org.apache.pivot.wtk.TextArea arg0, org.apache.pivot.wtk.BindType arg1)

void textKeyChanged(org.apache.pivot.wtk.TextArea arg0, String arg1)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

textBindMappingChanged

private Closure textBindMappingChanged


textBindTypeChanged

private Closure textBindTypeChanged


textKeyChanged

private Closure textKeyChanged


 
Constructor Detail

TextAreaBindingAdapter

TextAreaBindingAdapter()


 
Method Detail

getTextBindMappingChanged

public Closure getTextBindMappingChanged()


getTextBindTypeChanged

public Closure getTextBindTypeChanged()


getTextKeyChanged

public Closure getTextKeyChanged()


setTextBindMappingChanged

public void setTextBindMappingChanged(Closure textBindMappingChanged)


setTextBindTypeChanged

public void setTextBindTypeChanged(Closure textBindTypeChanged)


setTextKeyChanged

public void setTextKeyChanged(Closure textKeyChanged)


textBindMappingChanged

public void textBindMappingChanged(org.apache.pivot.wtk.TextArea arg0, org.apache.pivot.wtk.TextArea$TextBindMapping arg1)


textBindTypeChanged

public void textBindTypeChanged(org.apache.pivot.wtk.TextArea arg0, org.apache.pivot.wtk.BindType arg1)


textKeyChanged

public void textKeyChanged(org.apache.pivot.wtk.TextArea arg0, String arg1)


 

Groovy Documentation