|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.DialogAdapter
public class DialogAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
modalChanged
|
| Constructor Summary | |
DialogAdapter()
|
|
| Method Summary | |
|---|---|
Closure
|
getModalChanged()
|
void
|
modalChanged(org.apache.pivot.wtk.Dialog arg0)
|
void
|
setModalChanged(Closure modalChanged)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure modalChanged
| Constructor Detail |
|---|
DialogAdapter()
| Method Detail |
|---|
public Closure getModalChanged()
public void modalChanged(org.apache.pivot.wtk.Dialog arg0)
public void setModalChanged(Closure modalChanged)
Groovy Documentation