The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

Mozilla::DOM::NSUIEvent

=for object Mozilla::DOM::NSUIEvent

Mozilla::DOM::NSUIEvent is a wrapper around an instance of Mozilla's
nsIDOMNSUIEvent interface. This class inherits from
L<Supports|Mozilla::DOM::Supports>.

The following constants are available.

=over 4

=item SCROLL_PAGE_DOWN => 32768

=back

=head1 CLASS METHODS

=head2 $iid = Mozilla::DOM::NSUIEvent->B<GetIID>()

Pass this to QueryInterface.

=head1 METHODS

=head2 $bool = $nsuievent->B<GetPreventDefault>()

Output:

=over

=item $bool (bool)

=back

=head2 $layerx = $nsuievent->B<GetLayerX>()

Output:

=over

=item $layerx (int)

=back

=head2 $layery = $nsuievent->B<GetLayerY>()

Output:

=over

=item $layery (int)

=back

=head2 $pagex = $nsuievent->B<GetPageX>()

Output:

=over

=item $pagex (int)

=back

=head2 $pagey = $nsuievent->B<GetPageY>()

Output:

=over

=item $pagey (int)

=back

=head2 $which = $nsuievent->B<GetWhich>()

Output:

=over

=item $which (int)

=back

=head2 $rangeparent = $nsuievent->B<GetRangeParent>()

Output:

=over

=item $rangeparent (Mozilla::DOM::Node)

=back

=head2 $rangeoffset = $nsuievent->B<GetRangeOffset>()

Output:

=over

=item $rangeoffset (int)

=back

=head2 $bool = $nsuievent->B<GetCancelBubble>()

Output:

=over

=item $bool (bool)

=back

=head2 $nsuievent->B<SetCancelBubble>($cancelbubble)

Input:

=over

=item $aCancelBubble (bool)

=back

=head2 $bool = $nsuievent->B<GetIsChar>()

Output:

=over

=item $bool (bool)

=back

=head1 SEE ALSO

L<Mozilla::DOM>

=head1 COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

This software is licensed under the LGPL.  See L<Mozilla::DOM> for a full notice.

=cut