Groovy Documentation

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

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

public class LabelBindingAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure textBindMappingChanged

private Closure textBindTypeChanged

private Closure textKeyChanged

 
Constructor Summary
LabelBindingAdapter()

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

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

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

LabelBindingAdapter

LabelBindingAdapter()


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


textBindTypeChanged

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


textKeyChanged

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


 

Groovy Documentation