aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/property/contentview/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/property/contentview/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/property/contentview/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/property/contentview/index.html b/files/ja/archive/mozilla/xul/property/contentview/index.html
new file mode 100644
index 0000000000..f5570c0738
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/property/contentview/index.html
@@ -0,0 +1,18 @@
+---
+title: contentView
+slug: Archive/Mozilla/XUL/Property/contentView
+tags:
+ - XUL Properties
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Property/contentView
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="XUL_Reference">XUL リファレンス</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/contentView">contentView</a></span></code></dt>
+ <dd>
+ 型: <em><a href="/ja/NsITreeContentView" title="ja/NsITreeContentView">nsITreeContentView</a></em></dd>
+ <dd>
+ コンテンツビルダで構築された (<code id="a-flags"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/flags">flags</a></code> 設定を持たない) tree では、<code>contentView</code> は <code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsITreeContentView" title="">nsITreeContentView</a></code> への参照になります。このインタフェースは、与えられた行の index に対応する DOM 要素の取得や設定を行います。コンテンツビルダで構築されたものでない tree では取得する DOM ノードが存在しないため、<code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsITreeContentView" title="">nsITreeContentView</a></code> の関数を利用することはできません。Mozilla の最近のバージョンでは、<code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsITreeContentView" title="">nsITreeContentView</a></code> プロパティは <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/view">view</a></span></code> プロパティの別名です。これら 2 つのインタフェースは <a href="/ja/docs/JavaScript" title="JavaScript">JavaScript</a> で 1 つのインタフェースに合わさっています。このプロパティは読み取り専用です。</dd>
+</dl>