|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormListener
Form listener interface.
| Nested Class Summary | |
|---|---|
static class |
FormListener.Adapter
Form listener 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. |
| Method Detail |
|---|
void sectionInserted(Form form,
int index)
form - index -
void sectionsRemoved(Form form,
int index,
Sequence<Form.Section> removed)
form - index - removed - void sectionHeadingChanged(Form.Section section)
section -
void fieldInserted(Form.Section section,
int index)
section - index -
void fieldsRemoved(Form.Section section,
int index,
Sequence<Component> fields)
section - index - fields -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||