Interface UIEvent

継承元:
Event
プロパティ:
detail, view
メソッド:
initUIEvent

UIEvent インターフェイスは、ユーザーインターフェイスイベントに関連する文脈情報を提供する。

プロパティ:

メソッド:

イベント型:

IDL 定義:

// Introduced in DOM Level 2:
interface UIEvent : Event {
  readonly attribute views::AbstractView  view;
  readonly attribute long             detail;
  void               initUIEvent(in DOMString typeArg, 
                                 in boolean canBubbleArg, 
                                 in boolean cancelableArg, 
                                 in views::AbstractView viewArg, 
                                 in long detailArg);
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI