Class FocusListenerCollection
A helper class for implementers of the
SourcesFocusEvents interface. This
subclass of
ArrayList assumes that all objects added to it will be of
type
FocusListener.
Methods
Method Detail
fireFocus
public void
fireFocus(
Widget sender)
Fires a focus event to all listeners.
Parameters
- sender
- the widget sending the event.
fireFocusEvent
A helper for widgets that source focus events.
Parameters
- sender
- the widget sending the event.
- event
- the DOM event received by the widget.
fireLostFocus
public void
fireLostFocus(
Widget sender)
Fires a lost-focus event to all listeners.
Parameters
- sender
- the widget sending the event.