Groovy Documentation

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

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

public class FormAdapter
extends Object

Authors:
Andres Almiray


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

fieldInserted

private Closure fieldInserted


fieldsRemoved

private Closure fieldsRemoved


sectionHeadingChanged

private Closure sectionHeadingChanged


sectionInserted

private Closure sectionInserted


sectionsRemoved

private Closure sectionsRemoved


 
Constructor Detail

FormAdapter

FormAdapter()


 
Method Detail

fieldInserted

public void fieldInserted(org.apache.pivot.wtk.Form$Section arg0, int arg1)


fieldsRemoved

public void fieldsRemoved(org.apache.pivot.wtk.Form$Section arg0, int arg1, org.apache.pivot.collections.Sequence arg2)


getFieldInserted

public Closure getFieldInserted()


getFieldsRemoved

public Closure getFieldsRemoved()


getSectionHeadingChanged

public Closure getSectionHeadingChanged()


getSectionInserted

public Closure getSectionInserted()


getSectionsRemoved

public Closure getSectionsRemoved()


sectionHeadingChanged

public void sectionHeadingChanged(org.apache.pivot.wtk.Form$Section arg0)


sectionInserted

public void sectionInserted(org.apache.pivot.wtk.Form arg0, int arg1)


sectionsRemoved

public void sectionsRemoved(org.apache.pivot.wtk.Form arg0, int arg1, org.apache.pivot.collections.Sequence arg2)


setFieldInserted

public void setFieldInserted(Closure fieldInserted)


setFieldsRemoved

public void setFieldsRemoved(Closure fieldsRemoved)


setSectionHeadingChanged

public void setSectionHeadingChanged(Closure sectionHeadingChanged)


setSectionInserted

public void setSectionInserted(Closure sectionInserted)


setSectionsRemoved

public void setSectionsRemoved(Closure sectionsRemoved)


 

Groovy Documentation