Uses of Class
com.taursys.xml.event.InitFormEvent

Packages that use InitFormEvent
com.taursys.xml This package contains the core Mapper XML components and containers. 
com.taursys.xml.event This package contains event related classes for Mapper XML components. 
 

Uses of InitFormEvent in com.taursys.xml
 

Methods in com.taursys.xml with parameters of type InitFormEvent
protected  void Form.processInitFormEvent(InitFormEvent e)
          Processes a given InitFormEvent by invoking the Form's initForm method (unless initialized is true), then dispatching an InitFormEvent to the Form's children, and finally propagating the InitFormEvent to registered listeners.
protected  void Form.fireInitFormReceived(InitFormEvent e)
          Notifies all registered listeners of a given InitFormEvent
 

Uses of InitFormEvent in com.taursys.xml.event
 

Methods in com.taursys.xml.event with parameters of type InitFormEvent
 void InitFormListener.initForm(InitFormEvent e)
          Message to tell a Component to render itself to the output system.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.