Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
   |
addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
bringToFront() | なし | 最前面へ |
  
   |
close() | なし | 閉じる |
  
   |
getElements() | Window | |
  
   |
maximize() | なし | ウィンドウの最大化 |
  
   |
minimize() | なし | ウィンドウの最小化 |
  
   |
removeEventListener(eventType, handler, [captures]) | ブール型 | EventListenerを削除 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
restore() | なし | 元のサイズに戻す |
  
   |
select(selectableItems, [existingSelection]) | なし | 選択する |
| selectableItems |
Object, Array( Object ), NothingEnum.NOTHING(1851876449)
| | 選択するオブジェクト |
| [existingSelection] |
SelectionOptions(既定値=SelectionOptions.REPLACE)
SelectionOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ADD_TO | 1633969202 | 追加選択する |
  
   |
REMOVE_FROM | 1919249734 | 選択から削除する |
  
   |
REPLACE | 1701998700 | 置き換える |
  
   |
REPLACE_WITH | 1919250519 | 置き換える |
| | 既に選択されているものがあった場合 |
  
   |
select(selectableItems, [existingSelection]) | なし | 選択する |
| selectableItems |
Object, Array( Object ), NothingEnum.NOTHING(1851876449), SelectAll.ALL(1634495520)
| | 選択するオブジェクト |
| [existingSelection] |
SelectionOptions(既定値=SelectionOptions.REPLACE_WITH)
SelectionOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ADD_TO | 1633969202 | 追加選択する |
  
   |
REMOVE_FROM | 1919249734 | 選択から削除する |
  
   |
REPLACE | 1701998700 | 置き換える |
  
   |
REPLACE_WITH | 1919250519 | 置き換える |
| | 既に選択されているものがあった場合 |
  
   |
toSource() | 文字列型 | |
  
   |
toSpecifier() | 文字列型 | |
プロパティ名 | 値(文字列) | 追記 |
AFTER_ACTIVATE | afterActivate | This event bubbles. This event is not cancelable. |
AFTER_ATTRIBUTE_CHANGED | afterAttributeChanged | This event bubbles. This event is not cancelable. |
AFTER_CLOSE | afterClose | Since the close has been committed, it can no longer be canceled. This event bubbles. This event is not cancelable. |
AFTER_OPEN | afterOpen | This event bubbles. This event is not cancelable. |
AFTER_SELECTION_ATTRIBUTE_CHANGED | afterSelectionAttributeChanged | This event bubbles. This event is not cancelable. |
AFTER_SELECTION_CHANGED | afterSelectionChanged | This event bubbles. This event is not cancelable. |
BEFORE_CLOSE | beforeClose | This event bubbles. This event is cancelable. |
BEFORE_DEACTIVATE | beforeDeactivate | This event bubbles. This event is not cancelable. |