Groovy Documentation

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

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

public class TextInputBindingAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure textBindMappingChanged

private Closure textBindTypeChanged

private Closure textKeyChanged

 
Constructor Summary
TextInputBindingAdapter()

 
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.TextInput arg0, org.apache.pivot.wtk.TextInput$TextBindMapping arg1)

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

void textKeyChanged(org.apache.pivot.wtk.TextInput 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

TextInputBindingAdapter

TextInputBindingAdapter()


 
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.TextInput arg0, org.apache.pivot.wtk.TextInput$TextBindMapping arg1)


textBindTypeChanged

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


textKeyChanged

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


 

Groovy Documentation