How would I manually fire a mouseout event?

I've tried a few things, but I'm clearly not hitting the mark;

//closeIcon.fireEvent(GwtEvent<MouseOutHandler>);

//DomEvent.fireNativeEvent( MouseOutEvent.getType(),
(HasHandlers)closeIcon);

//MouseOutEvent.fireNativeEvent(nativeEvent, closeIcon);

None of those even validate in eclipse, let alone run.

Basically closeIcon is a widget of unknown form which I want to
trigger (or try to) trigger the event on.

Any ideas?


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to