亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? bitreeviewdatamodel.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
?? 第 1 頁 / 共 2 頁
字號:
<h3><a name="getHasChildren"></a>getHasChildren</h3>
<p>Returns whether the row has any children</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getHasChildren(<span class="methodArgument">y</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The index for the row</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="getHasIcon"></a>getHasIcon</h3>
<p>Returns whether the cell should display an icon. If this is the case the actual image URI is returned using getIcon</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getHasIcon(<span class="methodArgument">x</span>, <span class="methodArgument">y</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>x</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The column index for the cell</td>
</tr>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The row index for the cell</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="getHeaderCellText"></a>getHeaderCellText</h3>
<p>This should return the text (HTML string) to show for the header cell at x</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getHeaderCellText(<span class="methodArgument">x</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>x</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The column index for the header cell</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">String</code></p>
<h3><a name="getIcon"></a>getIcon</h3>
<p>Returns the path to the image to show on the cell. This is only called for cells that should have an icon accordingly to getHasIcon</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getIcon(<span class="methodArgument">x</span>, <span class="methodArgument">y</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>x</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The column index for the cell</td>
</tr>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The row index for the cell</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">String</code></p>
<h3><a name="getParent"></a>getParent</h3>
<p>Returns the row index for the parent. If this represents a flat structure and the the row has no parent then this should return -1</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getParent(<span class="methodArgument">y</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The index for the row</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="getRowHeaderCellText"></a>getRowHeaderCellText</h3>
<p>This should return the text (HTML string) to show for the row header cell at y</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getRowHeaderCellText(<span class="methodArgument">y</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The row index for the row header cell</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">String</code></p>
<h3><a name="getRowStyle"></a>getRowStyle</h3>
<p>This allows a custom CSS text to be applied to the row. This allows more detailed control over the rendering of the row.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getRowStyle(<span class="methodArgument">y</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The index for the row</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">String</code></p>
<h3><a name="getShownChildrenCount"></a>getShownChildrenCount</h3>
<p>Returns the number of shown descendants. If the data model represents a tree then this is the sum all descendants that are shown.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getShownChildrenCount(<span class="methodArgument">y</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The index for the row</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="getSortFunction"></a>getSortFunction</h3>
<p>Returns a function that compares two rows, looking at column x. The returned function should take 2 arguments and return a number depending on the relative order of the arguments.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getSortFunction(<span class="methodArgument">x</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>x</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The index of the column to compare the rows by</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Function</code></p>
<h3><a name="getToolTip"></a>getToolTip</h3>
<p>This should return the tool tip to use for the cell</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getToolTip(<span class="methodArgument">x</span>, <span class="methodArgument">y</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>x</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The column index for the cell</td>
</tr>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The row index for the cell</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">
					<code><a href="BiToolTip.html">BiToolTip</a></code>
				</code></p>
<h3><a name="setExpanded"></a>setExpanded</h3>
<p>Sets whether the row is expanded. The data model is responsible for taking care of the expanded state. The data model should fire the following <code><a href="BiTreeViewDataModelEvent.html">BiTreeViewDataModelEvent</a></code> events, "beforeexpand", "beforecollapse", "expand" and "collapse" so that the <code><a href="BiTreeView.html">BiTreeView</a></code> can be updated</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setExpanded(<span class="methodArgument">y</span>, <span class="methodArgument">b</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>y</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The index for the row</td>
</tr>
<tr>
<td><code>b</code></td>
<td><code class="type">Boolean</code></td>
<td class="optional-column"></td>
<td></td>
<td>Whether the row is expanded or collapsed</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="sort"></a>sort</h3>
<p>This sorts the data model by column x. This should fire a <code><a href="BiTreeViewDataModelEvent.html">BiTreeViewDataModelEvent</a></code> called "datachanged" if the data changed (or was reordered) so that the <code><a href="BiTreeView.html">BiTreeView</a></code> is correctly redrawn</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.sort(<span class="methodArgument">x</span> [, <span class="methodArgument">bAscending</span>])</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>x</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The column index</td>
</tr>
<tr>
<td><code>bAscending</code></td>
<td><code class="type">Boolean</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td></td>
<td>Optional. Whether to sort ascending. If left out									this toggles the current sort or sorts ascending									if the column was not sorted before</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
</body>
</html>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品18久久久久久久久| 综合久久久久久久| 久久99国产精品久久99果冻传媒| 欧美三级日韩在线| 亚洲444eee在线观看| 欧美一区二区三区在| 免费人成精品欧美精品| 欧美精品一区二区精品网| 国产一区二区三区免费观看| 欧美国产精品一区二区| 成人一区二区三区在线观看| 中文字幕在线播放不卡一区| 色婷婷av一区二区三区之一色屋| 亚洲国产精品影院| 日韩欧美另类在线| 成人理论电影网| 亚洲一区二区三区中文字幕| 日韩一级片在线播放| 岛国av在线一区| 一区二区三区中文免费| 欧美一区二区三区思思人| 国产九九视频一区二区三区| 一区二区三区免费网站| 精品免费日韩av| eeuss鲁片一区二区三区在线观看 eeuss鲁片一区二区三区在线看 | 亚洲免费在线视频一区 二区| 成人免费三级在线| 亚洲福中文字幕伊人影院| 精品三级av在线| 91日韩精品一区| 免费久久精品视频| 中文字幕在线播放不卡一区| 欧美美女喷水视频| 成人激情文学综合网| 天天色综合天天| 国产欧美精品一区二区色综合 | 91片黄在线观看| 精品无人区卡一卡二卡三乱码免费卡| 国产精品午夜免费| 欧美久久久久久蜜桃| 成人免费的视频| 久久不见久久见免费视频1| 亚洲欧美福利一区二区| 久久中文字幕电影| 欧美日韩你懂得| 9色porny自拍视频一区二区| 美国精品在线观看| 亚洲综合免费观看高清完整版 | 美女网站一区二区| 亚洲欧美另类小说视频| 久久久91精品国产一区二区精品| 欧美四级电影在线观看| www.性欧美| 国产精品99久久久久| 男女男精品视频| 亚洲成av人片在线观看无码| 国产精品卡一卡二卡三| 久久久久亚洲蜜桃| 91精品国产91综合久久蜜臀| 在线亚洲欧美专区二区| 91美女片黄在线观看| 福利一区福利二区| 国产一区二区三区四| 精品在线一区二区三区| 日韩—二三区免费观看av| 亚洲与欧洲av电影| 亚洲美女电影在线| 17c精品麻豆一区二区免费| 国产日韩影视精品| 欧美精品一区男女天堂| 欧美大度的电影原声| 3d成人h动漫网站入口| 欧美日韩专区在线| 欧美日韩亚洲综合在线 | 欧美久久免费观看| 精品污污网站免费看| 欧美色图免费看| 欧美日韩国产综合久久| 欧美丰满少妇xxxxx高潮对白| 欧美亚洲一区三区| 欧美日韩国产综合一区二区三区| 欧美日韩免费视频| 欧美一级精品大片| 久久夜色精品国产噜噜av| 精品电影一区二区| 欧美激情一区三区| 中文字幕日韩欧美一区二区三区| 国产精品少妇自拍| 日本一区二区三区久久久久久久久不| 久久精品夜色噜噜亚洲a∨| 久久久午夜电影| 最新中文字幕一区二区三区 | 亚洲一区二区三区爽爽爽爽爽| 夜夜操天天操亚洲| 日韩中文字幕亚洲一区二区va在线| 亚洲国产综合人成综合网站| 亚洲成a天堂v人片| 韩日av一区二区| av资源站一区| 在线精品视频免费观看| 日韩一区二区三区在线| 久久久久9999亚洲精品| 综合中文字幕亚洲| 亚洲成人一区二区| 黄色日韩三级电影| 99久久99精品久久久久久| 欧美中文字幕一区二区三区| 日韩一二三区视频| 欧美国产视频在线| 亚洲成人av中文| 国产一区中文字幕| 色爱区综合激月婷婷| 日韩欧美国产电影| 亚洲婷婷国产精品电影人久久| 亚洲午夜成aⅴ人片| 蜜臀久久99精品久久久久宅男 | 一区二区视频在线| 久久精品国产精品亚洲红杏 | 国产麻豆午夜三级精品| 99国产精品久久久久久久久久 | 狠狠色综合日日| 在线观看一区不卡| 国产视频一区二区在线| 亚洲综合久久av| 九九热在线视频观看这里只有精品| 成人黄色国产精品网站大全在线免费观看| 91黄色免费版| 日本一区二区三级电影在线观看 | 国产精品综合二区| 欧美日韩在线播放一区| 国产欧美一区二区精品久导航| 亚洲自拍偷拍九九九| 国产激情视频一区二区三区欧美| 欧美午夜电影一区| 国产精品卡一卡二| 韩国成人在线视频| 欧美日本不卡视频| 中文字幕五月欧美| 国产精品一二三区在线| 欧美一区日本一区韩国一区| 亚洲视频小说图片| 国产精品综合在线视频| 日韩欧美在线不卡| 亚洲一区二区三区四区五区黄 | 在线观看不卡一区| 国产精品日产欧美久久久久| 麻豆精品在线播放| 69av一区二区三区| 亚洲国产成人精品视频| 91社区在线播放| 中文字幕日韩一区| 成人激情综合网站| 国产亚洲短视频| 国产精品资源网| 久久久一区二区三区捆绑**| 看电视剧不卡顿的网站| 91精品国产色综合久久久蜜香臀| 尤物在线观看一区| 91黄色免费观看| 亚洲一区二区五区| 欧美日韩国产高清一区二区| 亚洲一二三四区| 欧美色爱综合网| 午夜国产精品影院在线观看| 欧洲在线/亚洲| 一区二区三区四区激情| 欧美a级理论片| 欧美色手机在线观看| 久久久影院官网| 国产成都精品91一区二区三| 欧美一级二级三级蜜桃| 亚洲国产日韩精品| 3d成人动漫网站| 日韩精品久久久久久| 在线观看亚洲专区| 亚洲丝袜精品丝袜在线| 91麻豆文化传媒在线观看| 国产精品久久久爽爽爽麻豆色哟哟| 国产精品亚洲专一区二区三区 | 欧美色综合久久| 亚洲成人自拍偷拍| 欧美日韩精品系列| 亚洲一区在线观看免费观看电影高清| 91一区一区三区| 午夜视频一区二区| 欧美日韩视频在线第一区| 亚洲成人在线免费| 日韩一区二区三区四区五区六区| 丝袜美腿成人在线| 日韩一区二区在线播放| 麻豆精品久久精品色综合| 久久精品一区二区三区不卡牛牛| 激情图区综合网| 欧美国产精品劲爆| 成a人片国产精品| 亚洲欧洲日韩在线| 色综合久久久久久久| 亚洲一区二区三区四区五区黄| 日韩免费一区二区| 蜜臂av日日欢夜夜爽一区|