public class FormAdapter extends java.lang.Object implements GriffonPivotAdapter, org.apache.pivot.wtk.FormListener
Constructor and Description |
---|
FormAdapter() |
Modifier and Type | Method and Description |
---|---|
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<org.apache.pivot.wtk.Component> arg2) |
CallableWithArgs<java.lang.Void> |
getFieldInserted() |
CallableWithArgs<java.lang.Void> |
getFieldsRemoved() |
CallableWithArgs<java.lang.Void> |
getSectionHeadingChanged() |
CallableWithArgs<java.lang.Void> |
getSectionInserted() |
CallableWithArgs<java.lang.Void> |
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<org.apache.pivot.wtk.Form.Section> arg2) |
void |
setFieldInserted(CallableWithArgs<java.lang.Void> fieldInserted) |
void |
setFieldsRemoved(CallableWithArgs<java.lang.Void> fieldsRemoved) |
void |
setSectionHeadingChanged(CallableWithArgs<java.lang.Void> sectionHeadingChanged) |
void |
setSectionInserted(CallableWithArgs<java.lang.Void> sectionInserted) |
void |
setSectionsRemoved(CallableWithArgs<java.lang.Void> sectionsRemoved) |
public CallableWithArgs<java.lang.Void> getSectionInserted()
public CallableWithArgs<java.lang.Void> getSectionsRemoved()
public CallableWithArgs<java.lang.Void> getSectionHeadingChanged()
public CallableWithArgs<java.lang.Void> getFieldInserted()
public CallableWithArgs<java.lang.Void> getFieldsRemoved()
public void setSectionInserted(CallableWithArgs<java.lang.Void> sectionInserted)
public void setSectionsRemoved(CallableWithArgs<java.lang.Void> sectionsRemoved)
public void setSectionHeadingChanged(CallableWithArgs<java.lang.Void> sectionHeadingChanged)
public void setFieldInserted(CallableWithArgs<java.lang.Void> fieldInserted)
public void setFieldsRemoved(CallableWithArgs<java.lang.Void> fieldsRemoved)
public void sectionInserted(org.apache.pivot.wtk.Form arg0, int arg1)
sectionInserted
in interface org.apache.pivot.wtk.FormListener
public void sectionsRemoved(org.apache.pivot.wtk.Form arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.Form.Section> arg2)
sectionsRemoved
in interface org.apache.pivot.wtk.FormListener
public void sectionHeadingChanged(org.apache.pivot.wtk.Form.Section arg0)
sectionHeadingChanged
in interface org.apache.pivot.wtk.FormListener
public void fieldInserted(org.apache.pivot.wtk.Form.Section arg0, int arg1)
fieldInserted
in interface org.apache.pivot.wtk.FormListener
public void fieldsRemoved(org.apache.pivot.wtk.Form.Section arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.Component> arg2)
fieldsRemoved
in interface org.apache.pivot.wtk.FormListener