[−][src]Trait stdweb::web::event::IUiEvent
The IUiEvent interface represents simple user interface events.
Provided methods
fn detail(&self) -> i32
Provides the current click count for this event, if applicable.
fn view(&self) -> Option<Window>
Returns the WindowProxy that generated the event.
Implementors
impl IUiEvent for AuxClickEvent[src]
impl IUiEvent for AuxClickEventimpl IUiEvent for ClickEvent[src]
impl IUiEvent for ClickEventimpl IUiEvent for ContextMenuEvent[src]
impl IUiEvent for ContextMenuEventimpl IUiEvent for DoubleClickEvent[src]
impl IUiEvent for DoubleClickEventimpl IUiEvent for DragDropEvent[src]
impl IUiEvent for DragDropEventimpl IUiEvent for DragEndEvent[src]
impl IUiEvent for DragEndEventimpl IUiEvent for DragEnterEvent[src]
impl IUiEvent for DragEnterEventimpl IUiEvent for DragEvent[src]
impl IUiEvent for DragEventimpl IUiEvent for DragExitEvent[src]
impl IUiEvent for DragExitEventimpl IUiEvent for DragLeaveEvent[src]
impl IUiEvent for DragLeaveEventimpl IUiEvent for DragOverEvent[src]
impl IUiEvent for DragOverEventimpl IUiEvent for DragRelatedEvent[src]
impl IUiEvent for DragRelatedEventimpl IUiEvent for DragStartEvent[src]
impl IUiEvent for DragStartEventimpl IUiEvent for GotPointerCaptureEvent[src]
impl IUiEvent for GotPointerCaptureEventimpl IUiEvent for LostPointerCaptureEvent[src]
impl IUiEvent for LostPointerCaptureEventimpl IUiEvent for MouseDownEvent[src]
impl IUiEvent for MouseDownEventimpl IUiEvent for MouseEnterEvent[src]
impl IUiEvent for MouseEnterEventimpl IUiEvent for MouseLeaveEvent[src]
impl IUiEvent for MouseLeaveEventimpl IUiEvent for MouseMoveEvent[src]
impl IUiEvent for MouseMoveEventimpl IUiEvent for MouseOutEvent[src]
impl IUiEvent for MouseOutEventimpl IUiEvent for MouseOverEvent[src]
impl IUiEvent for MouseOverEventimpl IUiEvent for MouseUpEvent[src]
impl IUiEvent for MouseUpEventimpl IUiEvent for MouseWheelEvent[src]
impl IUiEvent for MouseWheelEventimpl IUiEvent for PointerCancelEvent[src]
impl IUiEvent for PointerCancelEventimpl IUiEvent for PointerDownEvent[src]
impl IUiEvent for PointerDownEventimpl IUiEvent for PointerEnterEvent[src]
impl IUiEvent for PointerEnterEventimpl IUiEvent for PointerLeaveEvent[src]
impl IUiEvent for PointerLeaveEventimpl IUiEvent for PointerMoveEvent[src]
impl IUiEvent for PointerMoveEventimpl IUiEvent for PointerOutEvent[src]
impl IUiEvent for PointerOutEventimpl IUiEvent for PointerOverEvent[src]
impl IUiEvent for PointerOverEventimpl IUiEvent for PointerUpEvent[src]
impl IUiEvent for PointerUpEventimpl IUiEvent for ResourceAbortEvent[src]
impl IUiEvent for ResourceAbortEventimpl IUiEvent for ResourceErrorEvent[src]
impl IUiEvent for ResourceErrorEventimpl IUiEvent for ResourceLoadEvent[src]
impl IUiEvent for ResourceLoadEventimpl IUiEvent for TouchCancel[src]
impl IUiEvent for TouchCancelimpl IUiEvent for TouchEnd[src]
impl IUiEvent for TouchEndimpl IUiEvent for TouchEnter[src]
impl IUiEvent for TouchEnterimpl IUiEvent for TouchEvent[src]
impl IUiEvent for TouchEventimpl IUiEvent for TouchLeave[src]
impl IUiEvent for TouchLeaveimpl IUiEvent for TouchMove[src]
impl IUiEvent for TouchMoveimpl IUiEvent for TouchStart[src]
impl IUiEvent for TouchStart