Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: xml :: dom :: events ::

interface XEvent

Methods' Summary
getType  
getTarget  
getCurrentTarget  
getEventPhase  
getBubbles  
getCancelable  
getTimeStamp  
stopPropagation  
preventDefault  
initEvent  
Methods' Details
getType
string
getType();

getTarget
XEventTarget
getTarget();

getCurrentTarget
XEventTarget
getCurrentTarget();

getEventPhase
PhaseType
getEventPhase();

getBubbles
boolean
getBubbles();

getCancelable
boolean
getCancelable();

getTimeStamp
::com::sun::star::util::Time
getTimeStamp();

stopPropagation
void
stopPropagation();

preventDefault
void
preventDefault();

initEvent
void
initEvent( [in] string  eventTypeArg,
[in] boolean  canBubbleArg,
[in] boolean  cancelableArg );

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.