Package muntjac :: Package event :: Module field_events
[hide private]
[frames] | no frames]

Module field_events

source code

Interface for adding and removing FocusEvent listeners.

Classes [hide private]
  IFocusNotifier
The interface for adding and removing FocusEvent listeners.
  IBlurNotifier
The interface for adding and removing BlurEvent listeners.
  FocusEvent
FocusEvent class for holding additional event information.
  IFocusListener
IFocusListener interface for listening for FocusEvent fired by a Field.
  BlurEvent
BlurEvent class for holding additional event information.
  IBlurListener
IBlurListener interface for listening for BlurEvent fired by a Field.
  TextChangeEvent
TextChangeEvents are fired when the user is editing the text content of a field.
  ITextChangeListener
A listener for TextChangeEvents.
  ITextChangeNotifier
An interface implemented by a Field supporting TextChangeEvents.
Functions [hide private]
 
EVENT_METHOD(self, event)
This method is called repeatedly while the text is edited by a user.
source code
Variables [hide private]
  __package__ = 'muntjac.event'
Function Details [hide private]

EVENT_METHOD(self, event)

source code 

This method is called repeatedly while the text is edited by a user.

Parameters:
  • event - the event providing details of the text change