|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.FormAdapter
public class FormAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
fieldInserted
|
private Closure |
fieldsRemoved
|
private Closure |
sectionHeadingChanged
|
private Closure |
sectionInserted
|
private Closure |
sectionsRemoved
|
| Constructor Summary | |
FormAdapter()
|
|
| Method Summary | |
|---|---|
void
|
fieldInserted(org.apache.pivot.wtk.Form$Section arg0, int arg1)
|
void
|
fieldsRemoved(org.apache.pivot.wtk.Form$Section arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
|
Closure
|
getFieldInserted()
|
Closure
|
getFieldsRemoved()
|
Closure
|
getSectionHeadingChanged()
|
Closure
|
getSectionInserted()
|
Closure
|
getSectionsRemoved()
|
void
|
sectionHeadingChanged(org.apache.pivot.wtk.Form$Section arg0)
|
void
|
sectionInserted(org.apache.pivot.wtk.Form arg0, int arg1)
|
void
|
sectionsRemoved(org.apache.pivot.wtk.Form arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
|
void
|
setFieldInserted(Closure fieldInserted)
|
void
|
setFieldsRemoved(Closure fieldsRemoved)
|
void
|
setSectionHeadingChanged(Closure sectionHeadingChanged)
|
void
|
setSectionInserted(Closure sectionInserted)
|
void
|
setSectionsRemoved(Closure sectionsRemoved)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure fieldInserted
private Closure fieldsRemoved
private Closure sectionHeadingChanged
private Closure sectionInserted
private Closure sectionsRemoved
| Constructor Detail |
|---|
FormAdapter()
| Method Detail |
|---|
public void fieldInserted(org.apache.pivot.wtk.Form$Section arg0, int arg1)
public void fieldsRemoved(org.apache.pivot.wtk.Form$Section arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public Closure getFieldInserted()
public Closure getFieldsRemoved()
public Closure getSectionHeadingChanged()
public Closure getSectionInserted()
public Closure getSectionsRemoved()
public void sectionHeadingChanged(org.apache.pivot.wtk.Form$Section arg0)
public void sectionInserted(org.apache.pivot.wtk.Form arg0, int arg1)
public void sectionsRemoved(org.apache.pivot.wtk.Form arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public void setFieldInserted(Closure fieldInserted)
public void setFieldsRemoved(Closure fieldsRemoved)
public void setSectionHeadingChanged(Closure sectionHeadingChanged)
public void setSectionInserted(Closure sectionInserted)
public void setSectionsRemoved(Closure sectionsRemoved)
Groovy Documentation