|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.LabelBindingAdapter
public class LabelBindingAdapter extends Object
| 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 |
|---|
private Closure textBindMappingChanged
private Closure textBindTypeChanged
private Closure textKeyChanged
| Constructor Detail |
|---|
LabelBindingAdapter()
| Method Detail |
|---|
public Closure getTextBindMappingChanged()
public Closure getTextBindTypeChanged()
public Closure getTextKeyChanged()
public void setTextBindMappingChanged(Closure textBindMappingChanged)
public void setTextBindTypeChanged(Closure textBindTypeChanged)
public void setTextKeyChanged(Closure textKeyChanged)
public void textBindMappingChanged(org.apache.pivot.wtk.Label arg0, org.apache.pivot.wtk.Label$TextBindMapping arg1)
public void textBindTypeChanged(org.apache.pivot.wtk.Label arg0, org.apache.pivot.wtk.BindType arg1)
public void textKeyChanged(org.apache.pivot.wtk.Label arg0, String arg1)
Groovy Documentation