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

? 歡迎來(lái)到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? bitreeviewdatamodel.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><!--
Generated using api.website.xsl version 2003-07-17
-->
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>BiTreeViewDataModel</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="api.css"><script type="text/javascript">

				function showDerivedClasses() {
					var ul = document.getElementById("api-derived-classes");
					var lis = ul.childNodes;
					var l = lis.length;
					for (var i = 1; i < l; i++)
						lis[i].style.display = "";
					lis[0].style.display = "none";
				}

			</script></head>
<body>
<h1 id="BiTreeViewDataModel">BiTreeViewDataModel</h1>
<p>This defines the interface that is needed for a data model for a <code><a href="BiTreeView.html">BiTreeView.</a></code> This actually implements a dummy data model. Extend this class to create more useful data models</p>
<p>This class extends
		<code><a href="BiEventTarget.html">BiEventTarget</a></code>
		and therefore all methods and fields available for
		<code><a href="BiEventTarget.html">BiEventTarget</a></code>
		are also available for <code>BiTreeViewDataModel</code>.</p>
<ul class="partial-class-tree">
<li><code><a href="BiObject.html">BiObject</a></code><ul>
<li><code><a href="BiEventTarget.html">BiEventTarget</a></code><ul><li><code>BiTreeViewDataModel</code><ul id="api-derived-classes"><li><code><a href="BiDataSetDataModel.html">BiDataSetDataModel</a></code></li><li><code><a href="BiGrid2DataModel.html">BiGrid2DataModel</a></code></li><li><code><a href="BiGridDataModel.html">BiGridDataModel</a></code></li><li><code><a href="BiTreeDataModel.html">BiTreeDataModel</a></code></li></ul></li></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>

	new BiTreeViewDataModel()</code></p>
<h3>Parameters</h3>
<p>No parameters.</p>
<h2>Properties</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="get-header">get</td>
<td class="set-header">set</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><a name="columnCount"></a><code>columnCount</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The number of columns in the model.</td>
</tr>
<tr>
<td><a name="rowCount"></a><code>rowCount</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The number of rows in the model. In case the data model is a tree then this should take collapsed subtrees into account</td>
</tr>
<tr>
<td><a name="sortAscending"></a><code>sortAscending</code></td>
<td><code class="type">Boolean</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>Whether the currently sorted column is sorted ascending or descending</td>
</tr>
<tr>
<td><a name="sortColumn"></a><code>sortColumn</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The column that the model is currently sorted by. Return -1 if no sorting is done.</td>
</tr>
<tr>
<td><a name="treeView"></a><code>treeView</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>The number of rows in the model. In case the data model is a tree then this should take collapsed subtrees into account</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#getCanSortColumn">getCanSortColumn</a></code></td>
<td>This returns whether the data model can be sorted by column</td>
</tr>
<tr>
<td><code><a href="#getCellStyle">getCellStyle</a></code></td>
<td>This allows a custom CSS text to be applied to a cell. This allows more detailed control over the rendering of the cell.</td>
</tr>
<tr>
<td><code><a href="#getCellText">getCellText</a></code></td>
<td>This should return the text (HTML string) to show for the cell at (x,y)</td>
</tr>
<tr>
<td><code><a href="#getContextMenu">getContextMenu</a></code></td>
<td>This allows a context menu to be shown when the user invokes the context menu on the cell</td>
</tr>
<tr>
<td><code><a href="#getDepth">getDepth</a></code></td>
<td>The depth of the current row. If the data model describes a tree structure the depth is used to indent the row</td>
</tr>
<tr>
<td><code><a href="#getExpanded">getExpanded</a></code></td>
<td>Returns whether the row is expanded</td>
</tr>
<tr>
<td><code><a href="#getHasChildren">getHasChildren</a></code></td>
<td>Returns whether the row has any children</td>
</tr>
<tr>
<td><code><a href="#getHasIcon">getHasIcon</a></code></td>
<td>Returns whether the cell should display an icon. If this is the case the actual image URI is returned using getIcon</td>
</tr>
<tr>
<td><code><a href="#getHeaderCellText">getHeaderCellText</a></code></td>
<td>This should return the text (HTML string) to show for the header cell at x</td>
</tr>
<tr>
<td><code><a href="#getIcon">getIcon</a></code></td>
<td>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</td>
</tr>
<tr>
<td><code><a href="#getParent">getParent</a></code></td>
<td>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</td>
</tr>
<tr>
<td><code><a href="#getRowHeaderCellText">getRowHeaderCellText</a></code></td>
<td>This should return the text (HTML string) to show for the row header cell at y</td>
</tr>
<tr>
<td><code><a href="#getRowStyle">getRowStyle</a></code></td>
<td>This allows a custom CSS text to be applied to the row. This allows more detailed control over the rendering of the row.</td>
</tr>
<tr>
<td><code><a href="#getShownChildrenCount">getShownChildrenCount</a></code></td>
<td>Returns the number of shown descendants. If the data model represents a tree then this is the sum all descendants that are shown.</td>
</tr>
<tr>
<td><code><a href="#getSortFunction">getSortFunction</a></code></td>
<td>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.</td>
</tr>
<tr>
<td><code><a href="#getToolTip">getToolTip</a></code></td>
<td>This should return the tool tip to use for the cell</td>
</tr>
<tr>
<td><code><a href="#setExpanded">setExpanded</a></code></td>
<td>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</td>
</tr>
<tr>
<td><code><a href="#sort">sort</a></code></td>
<td>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</td>
</tr>
</tbody>
</table>
<h2>Events</h2>
<p>None.</p>
<h2>Static Methods</h2>
<p>None.</p>
<h2>Static Fields</h2>
<p>None.</p>
<h2>Remarks</h2>
<p>None.</p>
<h2>Method Details</h2>
<h3><a name="getCanSortColumn"></a>getCanSortColumn</h3>
<p>This returns whether the data model can be sorted by column</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getCanSortColumn(<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</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="getCellStyle"></a>getCellStyle</h3>
<p>This allows a custom CSS text to be applied to a cell. This allows more detailed control over the rendering of the cell.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getCellStyle(<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="getCellText"></a>getCellText</h3>
<p>This should return the text (HTML string) to show for the cell at (x,y)</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getCellText(<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="getContextMenu"></a>getContextMenu</h3>
<p>This allows a context menu to be shown when the user invokes the context menu on the cell</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getContextMenu(<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="BiMenu.html">BiMenu</a></code>
				</code></p>
<h3><a name="getDepth"></a>getDepth</h3>
<p>The depth of the current row. If the data model describes a tree structure the depth is used to indent the row</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getDepth(<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="getExpanded"></a>getExpanded</h3>
<p>Returns whether the row is expanded</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getExpanded(<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>

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩色在线观看| 高清免费成人av| 亚洲欧洲av色图| 日韩欧美国产一区二区三区| 91黄色激情网站| 91精品办公室少妇高潮对白| 成人夜色视频网站在线观看| 国产一区二区视频在线| 国产99久久久久久免费看农村| 久久一留热品黄| 精品国内片67194| 欧美一区二区三区在线观看 | 日本vs亚洲vs韩国一区三区二区| 国产精品无人区| 中文av一区二区| 亚洲国产精品ⅴa在线观看| 欧美一区二区免费视频| 欧美一级精品大片| 久久女同性恋中文字幕| 国产亚洲精品aa午夜观看| 欧美精品在线观看播放| 日韩免费成人网| 欧美丰满嫩嫩电影| 国产午夜精品一区二区三区嫩草| 亚洲精品日韩一| 亚洲风情在线资源站| 五月天中文字幕一区二区| 麻豆精品久久久| 国产xxx精品视频大全| av电影一区二区| 3atv在线一区二区三区| 欧美经典一区二区| 亚洲精品乱码久久久久久黑人 | 国产成人夜色高潮福利影视| 不卡av免费在线观看| 成人免费看的视频| 欧美一区二区三区免费在线看 | 高清成人在线观看| 97精品久久久午夜一区二区三区 | 久久蜜桃av一区二区天堂| 亚洲欧美另类久久久精品2019| 日韩精品欧美精品| 国产91色综合久久免费分享| 日本丶国产丶欧美色综合| 欧美一级片在线| 亚洲成人黄色影院| 91啪九色porn原创视频在线观看| 欧美一区二区三区视频在线观看| 中文字幕亚洲在| 韩国一区二区三区| 欧美日韩高清一区二区| 中文乱码免费一区二区| 国产一区二区三区蝌蚪| 日韩欧美aaaaaa| 激情图片小说一区| 欧美浪妇xxxx高跟鞋交| 亚洲人成网站色在线观看| 99久久婷婷国产| 精品国产乱码久久久久久1区2区 | 中文字幕免费观看一区| 国产精品一二二区| 欧美一级二级三级乱码| 国产一区在线观看视频| 中文字幕+乱码+中文字幕一区| 高清视频一区二区| 91麻豆精品国产91久久久久久久久| 精品国产一区二区三区久久影院| 日韩欧美高清dvd碟片| 青青草国产成人99久久| 国产精品欧美一级免费| 蜜臀av性久久久久蜜臀aⅴ四虎| 91色乱码一区二区三区| 麻豆精品一区二区三区| 中文字幕日韩欧美一区二区三区| 欧美精品xxxxbbbb| 99久久er热在这里只有精品66| 亚洲人一二三区| 日韩欧美国产综合一区| 国产伦精品一区二区三区在线观看| 欧美高清在线精品一区| 91精品1区2区| 秋霞电影网一区二区| 国产精品美女一区二区三区| 欧美三级三级三级| 丁香五精品蜜臀久久久久99网站| 国产精品女人毛片| 欧美日韩精品欧美日韩精品一| 美女精品自拍一二三四| 国产精品久久99| 欧美丰满少妇xxxbbb| www.欧美色图| 日韩av网站免费在线| 综合久久一区二区三区| 91精品国产麻豆| 成人白浆超碰人人人人| 日日夜夜免费精品视频| 国产精品乱人伦| 欧美xxxxx牲另类人与| 在线观看91视频| 高清beeg欧美| 韩国女主播成人在线| 亚洲自拍偷拍av| 美国三级日本三级久久99| 中文在线免费一区三区高中清不卡| 欧美绝品在线观看成人午夜影视| 色中色一区二区| 懂色av一区二区夜夜嗨| 精品一二三四区| 三级在线观看一区二区| 亚洲欧洲中文日韩久久av乱码| 精品国产凹凸成av人网站| 日韩免费电影一区| 91精品国产一区二区三区蜜臀| 欧美日韩精品是欧美日韩精品| 色先锋aa成人| 欧美在线观看一区| 欧美在线观看视频一区二区| 欧美亚洲自拍偷拍| 3d动漫精品啪啪1区2区免费| 欧日韩精品视频| 在线视频一区二区免费| 国产不卡视频在线观看| 99天天综合性| 欧美亚洲综合在线| 欧美日韩国产一级二级| 日韩亚洲欧美中文三级| 91亚洲精品乱码久久久久久蜜桃| 日本不卡一区二区三区高清视频| 亚洲成人tv网| 麻豆精品在线观看| 粗大黑人巨茎大战欧美成人| 成人精品视频一区二区三区| 色综合久久天天| 69久久夜色精品国产69蝌蚪网| 7777精品伊人久久久大香线蕉经典版下载| 制服.丝袜.亚洲.另类.中文| 精品美女被调教视频大全网站| 亚洲图片有声小说| 亚洲精品日韩综合观看成人91| 亚洲电影第三页| 国产美女在线观看一区| 99久久久精品免费观看国产蜜| 欧美日韩在线电影| 久久久精品影视| 天天综合天天做天天综合| 国产精品一区二区三区乱码| 日本高清无吗v一区| 日韩欧美一区二区视频| 亚洲免费在线电影| 久久精品国产网站| 色婷婷亚洲综合| 久久嫩草精品久久久精品一| 亚洲欧美偷拍卡通变态| 久久国产乱子精品免费女| 91黄色免费看| 国产精品久线观看视频| 奇米综合一区二区三区精品视频| 成人激情午夜影院| 精品国产一区二区三区久久久蜜月 | 日韩欧美资源站| 一卡二卡欧美日韩| 国产sm精品调教视频网站| 91麻豆精品国产91久久久久久| 亚洲欧美日韩一区二区三区在线观看 | 中文字幕巨乱亚洲| 国产一区久久久| 2023国产精品自拍| 久久国产精品第一页| 91麻豆精品国产91久久久久久| 亚洲成av人片在线| 欧美丝袜自拍制服另类| 一区二区高清视频在线观看| 色婷婷国产精品久久包臀| 中文字幕国产一区| www.欧美精品一二区| 亚洲卡通动漫在线| 99精品视频在线观看免费| 最新热久久免费视频| 一本久道中文字幕精品亚洲嫩| 亚洲色图制服诱惑| 在线观看中文字幕不卡| 午夜精品aaa| 日韩欧美一二区| 国产伦精品一区二区三区免费迷| 久久综合色综合88| 99精品视频在线观看免费| 夜色激情一区二区| 欧美日韩日日夜夜| 精品一区二区三区免费| 久久免费看少妇高潮| 91丝袜国产在线播放| 日本成人在线视频网站| 国产网站一区二区| 色综合婷婷久久| 免费观看91视频大全| 国产精品电影一区二区三区| 在线成人免费观看| 国产成+人+日韩+欧美+亚洲| 亚洲精品国产精华液| 日韩一级片在线播放|