|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageComponentListener
A listener which can be added to an application page.
Clients may implement this interface. However, the preferred way to implement this interface is via the
PageComponentListenerAdapter, since this interface may handle more
events in the future.
| Method Summary | |
|---|---|
void |
componentClosed(PageComponent component)
Notifies this listener that the given component has been closed. |
void |
componentFocusGained(PageComponent component)
Notifies this listener that the given component has been given focus |
void |
componentFocusLost(PageComponent component)
Notifies this listener that the given component has lost focus. |
void |
componentHidden(PageComponent component)
Notifies this listener that the given component was hidden. |
void |
componentOpened(PageComponent component)
Notifies this listener that the given component has been created. |
void |
componentShown(PageComponent component)
Notifies this listener that the given component was shown. |
| Method Detail |
|---|
void componentOpened(PageComponent component)
component - the component that was createdvoid componentClosed(PageComponent component)
component - the component that was closedvoid componentFocusGained(PageComponent component)
component - the component that was given focusvoid componentFocusLost(PageComponent component)
component - the component that lost focusvoid componentShown(PageComponent component)
component - the component that was shownvoid componentHidden(PageComponent component)
component - the component that was hidden
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||