|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.FormListener.Adapter
public static class FormListener.Adapter
Form listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.FormListener |
---|
FormListener.Adapter |
Constructor Summary | |
---|---|
FormListener.Adapter()
|
Method Summary | |
---|---|
void |
fieldInserted(Form.Section section,
int index)
Called when a form field has been inserted. |
void |
fieldsRemoved(Form.Section section,
int index,
Sequence<Component> fields)
Called when forms fields items have been removed. |
void |
sectionHeadingChanged(Form.Section section)
Called when a form section's heading has changed. |
void |
sectionInserted(Form form,
int index)
Called when a form section has been inserted. |
void |
sectionsRemoved(Form form,
int index,
Sequence<Form.Section> removed)
Called when form sections have been removed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormListener.Adapter()
Method Detail |
---|
public void sectionInserted(Form form, int index)
FormListener
sectionInserted
in interface FormListener
public void sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)
FormListener
sectionsRemoved
in interface FormListener
public void sectionHeadingChanged(Form.Section section)
FormListener
sectionHeadingChanged
in interface FormListener
public void fieldInserted(Form.Section section, int index)
FormListener
fieldInserted
in interface FormListener
public void fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)
FormListener
fieldsRemoved
in interface FormListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |