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

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

?? biabstractgrid.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
?? 第 1 頁 / 共 2 頁
字號:
<!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>BiAbstractGrid</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="BiAbstractGrid">BiAbstractGrid</h1>
<p>
		The base class for the <code><a href="BiGrid.html">grid</a></code> and the
		<code><a href="BiTree.html">tree</a></code>.
	</p>
<p>This class extends
		<code><a href="BiComponent.html">BiComponent</a></code>
		and therefore all methods and fields available for
		<code><a href="BiComponent.html">BiComponent</a></code>
		are also available for <code>BiAbstractGrid</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><a href="BiComponent.html">BiComponent</a></code><ul><li><code>BiAbstractGrid</code><ul id="api-derived-classes"><li><code><a href="BiGrid.html">BiGrid</a></code></li><li><code><a href="BiTree.html">BiTree</a></code></li></ul></li></ul></li></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>

	new BiAbstractGrid()</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="ascending"></a><code>ascending</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 to sort the grid ascendingly or descendingly. Use the
				<code><a href="#sort">sort</a></code> method to change the ascending property.
			</td>
</tr>
<tr>
<td><a name="columnAligns"></a><code>columnAligns</code></td>
<td><code class="type">String[]</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>An array containing the text aligns for the columns</td>
</tr>
<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"><img src="check.png" alt="checked"></td>
<td>The number of columns to show in the grid</td>
</tr>
<tr>
<td><a name="columnNames"></a><code>columnNames</code></td>
<td><code class="type">String[]</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>An array containing the names for
			the columns. The names is used for the text on the column header.</td>
</tr>
<tr>
<td><a name="columnOrders"></a><code>columnOrders</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>
				An array containing the orders of the columns. A value of
				<code>[2, 0, 1]</code> means that the third column should be displayed left most
				and the second column right most.
			</td>
</tr>
<tr>
<td><a name="columns"></a><code>columns</code></td>
<td><code class="type"><code><a href="BiGridColumn.html">BiGridColumn[]</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				An array containing the column objects used for the grid
			</td>
</tr>
<tr>
<td><a name="columnSortTypes"></a><code>columnSortTypes</code></td>
<td><code class="type">String[]</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>
				An array containg the sort types for the columns. Valid values can
				be found in the documentation for the <code><a href="BiGridColumn.html#sortType">BiGridColumn
				sortType</a></code>.
			</td>
</tr>
<tr>
<td><a name="columnWidths"></a><code>columnWidths</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>An array containing the widths of the columns</td>
</tr>
<tr>
<td><a name="grid"></a><code>grid</code></td>
<td><code class="type"><code><a href="BiAbstractGrid.html">BiAbstractGrid</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the top level grid control
			</td>
</tr>
<tr>
<td><a name="gridBodyHtml"></a><code>gridBodyHtml</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Generates the HTML code used to display the grid body.
			</td>
</tr>
<tr>
<td><a name="headers"></a><code>headers</code></td>
<td><code class="type"><code><a href="BiGridHeaders.html">BiGridHeaders</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				The component containing the grid headers
			</td>
</tr>
<tr>
<td><a name="headersHeight"></a><code>headersHeight</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 height of the headers</td>
</tr>
<tr>
<td><a name="iconColumn"></a><code>iconColumn</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 column to show the icon on.
			Setting this to -1 (or a value greater than the column count) removes
			the icons.</td>
</tr>
<tr>
<td><a name="liveResize"></a><code>liveResize</code></td>
<td><code class="type">Boolean</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>
				When this is set to true the column size in the grid body is
				updated as the user resizes the headers. If this is false the
				column size in the body is only updated as the user finishes the
				resize of the column header.
			</td>
</tr>
<tr>
<td><a name="multipleSelection"></a><code>multipleSelection</code></td>
<td><code class="type">Boolean</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>Whether to allow multiple selection</td>
</tr>
<tr>
<td><a name="rowHeadersWidth"></a><code>rowHeadersWidth</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 width of the row headers that can be shown when using a grid</td>
</tr>
<tr>
<td><a name="rowHeight"></a><code>rowHeight</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 height of the rows in the grid</td>
</tr>
<tr>
<td><a name="selectedNode"></a><code>selectedNode</code></td>
<td><code class="type"><code><a href="BiAbstractGridRow.html">BiAbstractGridRow</a></code>/<code><a href="BiGridCell.html">BiGridCell</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the first selected grid row (or cell).
				This is same as <code>grid.getSelectedNodes()[0]</code>.
				Same as <code><a href="#selectedRow">selectedRow</a></code>.
			</td>
</tr>
<tr>
<td><a name="selectedNodes"></a><code>selectedNodes</code></td>
<td><code class="type"><code><a href="BiAbstractGridRow.html">BiAbstractGridRow[]</a></code>/<code><a href="BiGridCell.html">BiGridCell[]</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the selected grid rows or grid cells if cell selection is used.
				Same as <code><a href="#selectedRows">selectedRows</a></code>.
			</td>
</tr>
<tr>
<td><a name="selectedRow"></a><code>selectedRow</code></td>
<td><code class="type"><code><a href="BiAbstractGridRow.html">BiAbstractGridRow</a></code>/<code><a href="BiGridCell.html">BiGridCell</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the first selected grid row (or cell).
				This is same as <code>grid.getSelectedNodes()[0]</code>.
			</td>
</tr>
<tr>
<td><a name="selectedRows"></a><code>selectedRows</code></td>
<td><code class="type"><code><a href="BiAbstractGridRow.html">BiAbstractGridRow[]</a></code>/<code><a href="BiGridCell.html">BiGridCell[]</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the selected grid rows or grid cells if cell selection is used.
			</td>
</tr>
<tr>
<td><a name="selectionModel"></a><code>selectionModel</code></td>
<td><code class="type"><code><a href="BiGridSelectionModel.html">BiGridSelectionModel</a></code>/<code><a href="BiTreeSelectionModel.html">BiTreeSelectionModel</a></code></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>
				This handles the selection of the rows in the grid.
			</td>
</tr>
<tr>
<td><a name="showHeaders"></a><code>showHeaders</code></td>
<td><code class="type">Boolean</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>Whether to show the headers on the grid</td>
</tr>
<tr>
<td><a name="showRowHeaders"></a><code>showRowHeaders</code></td>
<td><code class="type">Boolean</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>Whether to show the row headers on the grid</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 to sort the grid by. Use the <code><a href="#sort">sort</a></code>
				method to update the sort column.
			</td>
</tr>
<tr>
<td><a name="styleText"></a><code>styleText</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				This returns the style (CSS) used to layout the grid. Override this
				to add specific styles to certain columns.
			</td>
</tr>
<tr>
<td><a name="tree"></a><code>tree</code></td>
<td><code class="type"><code><a href="BiAbstractGrid.html">BiAbstractGrid</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the top level tree control used for tree control.
				This will always return the tree for a tree control but it is
				provided so that the tree has the same interface as the
				<code><a href="BiTreeNode.html">tree noeds</a></code>. This is same as
				the <code><a href="#grid">grid</a></code> property.
			</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#findString">findString</a></code></td>
<td>
				Searches the <code><a href="BiAbstractRow.html">rows</a></code>
				for a row that starts with the given string. This match is case
				insensitive. If no item is found this returns <code>null</code>.
				For a <code><a href="BiTree.html">tree</a></code> this does not include hidden
				children of collapsed nodes.
			</td>
</tr>
<tr>
<td><code><a href="#findStringExact">findStringExact</a></code></td>
<td>
				Searches the <code><a href="BiAbstractRow.html">rows</a></code>
				for a row that matches the given string. This match is case
				insensitive. If no item is found this returns <code>null</code>.
				For a <code><a href="BiTree.html">tree</a></code> this does not include hidden
				children of collapsed nodes.
			</td>
</tr>
<tr>
<td><code><a href="#getColumnAlign">getColumnAlign</a></code></td>
<td>
				Returns the text align for the column.
			</td>
</tr>
<tr>
<td><code><a href="#getColumnName">getColumnName</a></code></td>
<td>
				Returns the name of the column
			</td>
</tr>
<tr>
<td><code><a href="#getColumnOrder">getColumnOrder</a></code></td>
<td>
				Returns the column order index for the column. If <code><a href="#columnOrders">columnOrders</a></code>
				is <code>[2, 0, 1]</code> then <code>getColumnOrder(1)</code> will
				return <code>2</code>.
			</td>
</tr>
<tr>
<td><code><a href="#getColumnSortType">getColumnSortType</a></code></td>
<td>
				Returns the sort type of the column
			</td>
</tr>
<tr>
<td><code><a href="#getColumnWidth">getColumnWidth</a></code></td>
<td>Returns the column width for the column</td>
</tr>
<tr>
<td><code><a href="#sort">sort</a></code></td>
<td>
				Sorts the grid by the given column
			</td>
</tr>
<tr>
<td><code><a href="#update">update</a></code></td>
<td>
				Updates both the columns and the data.
			</td>
</tr>
<tr>
<td><code><a href="#updateColumns">updateColumns</a></code></td>
<td>
				Updates the column widths by regenerating the <code><a href="#styleText">styleText</a></code>.
				This should be called before the first draw of the grid and it
				should be called if the columns widths, column align or the indent
				column is changed.
			</td>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日本一区二区| 日韩美女视频一区| 综合激情成人伊人| 另类中文字幕网| 在线免费观看日本欧美| 久久九九久久九九| 蜜臀av一区二区| 欧美三级中文字幕| 亚洲欧美区自拍先锋| 国产69精品一区二区亚洲孕妇 | 精品久久人人做人人爽| 亚洲一区二区在线视频| 99精品国产99久久久久久白柏 | 国产99久久久国产精品潘金网站| 欧美久久久久久久久| 亚洲综合视频在线| 91原创在线视频| 中文字幕一区免费在线观看 | 欧美性一级生活| 中文字幕日本不卡| 99精品久久只有精品| 国产精品国产自产拍在线| 国产高清成人在线| 国产午夜精品福利| 国产69精品久久久久毛片| 久久亚洲私人国产精品va媚药| 免费看欧美美女黄的网站| 欧美精品tushy高清| 日韩精品欧美精品| 日韩一区二区三区在线| 免费欧美高清视频| www成人在线观看| 精品写真视频在线观看| 国产亚洲精久久久久久| caoporn国产精品| 亚洲欧美激情视频在线观看一区二区三区| 成人激情免费视频| 综合久久给合久久狠狠狠97色| 91一区二区三区在线播放| 成人欧美一区二区三区小说| 色系网站成人免费| 亚洲v中文字幕| 日韩免费观看高清完整版| 国产一区二区三区四区五区美女| 久久久蜜桃精品| 成人国产在线观看| 夜夜嗨av一区二区三区四季av | 色综合久久中文字幕综合网| 亚洲精品国产品国语在线app| 欧美日韩午夜精品| 精品一区二区三区在线播放| 国产精品毛片大码女人| 欧美视频一区在线| 毛片av一区二区| 中文一区在线播放| 欧美日韩在线观看一区二区| 久久精品久久精品| 国产精品成人免费| 欧美精品乱码久久久久久| 国产一区二区剧情av在线| 日韩一区中文字幕| 日韩小视频在线观看专区| 成人免费视频app| 亚洲国产综合91精品麻豆| 精品国产麻豆免费人成网站| 色中色一区二区| 精品一区二区精品| 玉米视频成人免费看| 久久女同性恋中文字幕| 日本精品一级二级| 国产成人免费在线观看| 婷婷综合五月天| 亚洲国产精品传媒在线观看| 51久久夜色精品国产麻豆| 成人a级免费电影| 久久精品国产色蜜蜜麻豆| 一级精品视频在线观看宜春院 | 一区二区三区成人| 久久久777精品电影网影网 | 国产九九视频一区二区三区| 亚洲伦理在线精品| 国产视频一区二区在线| 欧美精品自拍偷拍动漫精品| 99精品视频在线观看| 激情综合色播激情啊| 亚洲高清免费在线| 亚洲欧美视频在线观看| 久久精品夜色噜噜亚洲a∨| 在线播放中文字幕一区| 精品视频一区二区三区免费| www.日本不卡| 国产iv一区二区三区| 国产一区激情在线| 蜜臀va亚洲va欧美va天堂| 亚洲国产视频a| 一区二区三区国产精华| 中文字幕人成不卡一区| 国产欧美一区二区在线观看| 26uuu亚洲综合色欧美| 欧美大片免费久久精品三p| 69精品人人人人| 欧美丰满一区二区免费视频| 欧美性一区二区| 91成人免费电影| 欧美午夜片在线观看| 在线精品视频小说1| 91免费在线视频观看| 一本色道久久加勒比精品 | 国产福利电影一区二区三区| 精品中文字幕一区二区| 久久99久久99| 国产美女精品在线| 国内精品嫩模私拍在线| 国产精品一区二区在线播放 | 欧美日韩中文国产| 欧美日韩在线一区二区| 欧美日韩三级在线| 91精品麻豆日日躁夜夜躁| 日韩一区二区电影| 2023国产精品视频| 国产精品拍天天在线| 最近日韩中文字幕| 亚洲国产精品影院| 日韩av一二三| 精品综合免费视频观看| 丁香亚洲综合激情啪啪综合| av电影天堂一区二区在线| 在线亚洲一区观看| 911精品产国品一二三产区| 日韩精品专区在线影院观看| 久久久美女毛片 | 久久精品人人爽人人爽| 国产三级精品视频| 亚洲视频免费看| 午夜精品久久久久影视| 久久99在线观看| www.一区二区| 欧美日本精品一区二区三区| 久久久久久97三级| 亚洲精品精品亚洲| 日本在线观看不卡视频| 国产精品一区二区在线看| 97se亚洲国产综合自在线不卡| 欧美日韩黄色影视| 国产人成亚洲第一网站在线播放| 一个色在线综合| 国产一区二区三区黄视频| 91猫先生在线| 26uuu精品一区二区在线观看| 国产精品视频线看| 无吗不卡中文字幕| 成人app在线观看| 欧美一区二区三区啪啪| 亚洲人成小说网站色在线| 日韩av一二三| 一本久久a久久精品亚洲| 精品日韩99亚洲| 亚洲一区二区四区蜜桃| 国产91在线|亚洲| 欧美老女人在线| 国产精品成人午夜| 成人黄色小视频| 51精品国自产在线| 亚洲人被黑人高潮完整版| 久久国产视频网| 欧美在线高清视频| 国产精品视频麻豆| 精品一区二区精品| 欧美一区二区视频在线观看2022 | 欧美伊人久久久久久久久影院| 精品国产伦理网| 日本成人在线看| 91国产视频在线观看| 国产精品九色蝌蚪自拍| 国产精品91一区二区| 日韩一级二级三级| 天天色图综合网| 欧美日韩一区精品| 一区二区三区高清不卡| 91视频精品在这里| 亚洲欧美在线aaa| 盗摄精品av一区二区三区| 欧美精品一区二区三区四区 | 91在线观看高清| 亚洲欧洲精品天堂一级| 成人午夜视频福利| 国产日本亚洲高清| 成人激情黄色小说| 国产精品久久久99| 99久久久国产精品| 亚洲人成网站在线| 91麻豆精品秘密| 亚洲综合免费观看高清完整版在线 | 波多野结衣在线一区| 中文av一区二区| 从欧美一区二区三区| 中文字幕av资源一区| jlzzjlzz亚洲女人18| 国产欧美日韩精品一区| 成人精品免费视频|