public class FormAdapter extends Object implements GriffonPivotAdapter, FormListener
FormListener.Adapter| Constructor and Description | 
|---|
| FormAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fieldInserted(Form.Section arg0,
             int arg1) | 
| void | fieldsRemoved(Form.Section arg0,
             int arg1,
             Sequence<Component> arg2) | 
| CallableWithArgs<Void> | getFieldInserted() | 
| CallableWithArgs<Void> | getFieldsRemoved() | 
| CallableWithArgs<Void> | getSectionHeadingChanged() | 
| CallableWithArgs<Void> | getSectionInserted() | 
| CallableWithArgs<Void> | getSectionsRemoved() | 
| void | sectionHeadingChanged(Form.Section arg0) | 
| void | sectionInserted(Form arg0,
               int arg1) | 
| void | sectionsRemoved(Form arg0,
               int arg1,
               Sequence<Form.Section> arg2) | 
| void | setFieldInserted(CallableWithArgs<Void> fieldInserted) | 
| void | setFieldsRemoved(CallableWithArgs<Void> fieldsRemoved) | 
| void | setSectionHeadingChanged(CallableWithArgs<Void> sectionHeadingChanged) | 
| void | setSectionInserted(CallableWithArgs<Void> sectionInserted) | 
| void | setSectionsRemoved(CallableWithArgs<Void> sectionsRemoved) | 
public CallableWithArgs<Void> getSectionInserted()
public CallableWithArgs<Void> getSectionsRemoved()
public CallableWithArgs<Void> getSectionHeadingChanged()
public CallableWithArgs<Void> getFieldInserted()
public CallableWithArgs<Void> getFieldsRemoved()
public void setSectionInserted(CallableWithArgs<Void> sectionInserted)
public void setSectionsRemoved(CallableWithArgs<Void> sectionsRemoved)
public void setSectionHeadingChanged(CallableWithArgs<Void> sectionHeadingChanged)
public void setFieldInserted(CallableWithArgs<Void> fieldInserted)
public void setFieldsRemoved(CallableWithArgs<Void> fieldsRemoved)
public void sectionInserted(Form arg0, int arg1)
sectionInserted in interface FormListenerpublic void sectionsRemoved(Form arg0, int arg1, Sequence<Form.Section> arg2)
sectionsRemoved in interface FormListenerpublic void sectionHeadingChanged(Form.Section arg0)
sectionHeadingChanged in interface FormListenerpublic void fieldInserted(Form.Section arg0, int arg1)
fieldInserted in interface FormListenerpublic void fieldsRemoved(Form.Section arg0, int arg1, Sequence<Component> arg2)
fieldsRemoved in interface FormListener