|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenFormEvent | |
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 OpenFormEvent in com.taursys.xml |
Methods in com.taursys.xml with parameters of type OpenFormEvent | |
protected void |
Form.processOpenFormEvent(OpenFormEvent e)
Processes a given OpenFormEvent by invoking the Form's openForm method, then dispatching an OpenFormEvent to the
Form's children, and finally propagating the
OpenFormEvent to registered listeners. |
protected void |
Form.fireOpenFormReceived(OpenFormEvent e)
Notifies all registered listeners of a given OpenFormEvent |
Uses of OpenFormEvent in com.taursys.xml.event |
Methods in com.taursys.xml.event with parameters of type OpenFormEvent | |
void |
OpenFormListener.openForm(OpenFormEvent e)
Message to tell a Component to render itself to the output system. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |