|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.LabelAdapter
public class LabelAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
textChanged
|
| Constructor Summary | |
LabelAdapter()
|
|
| Method Summary | |
|---|---|
Closure
|
getTextChanged()
|
void
|
setTextChanged(Closure textChanged)
|
void
|
textChanged(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 textChanged
| Constructor Detail |
|---|
LabelAdapter()
| Method Detail |
|---|
public Closure getTextChanged()
public void setTextChanged(Closure textChanged)
public void textChanged(org.apache.pivot.wtk.Label arg0, String arg1)
Groovy Documentation