⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bitreeviewviewmanager.html

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<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</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Boolean</code></p><h3><a name="getCanResizeColumn"></a>getCanResizeColumn</h3><p>Whether the column at x can be resize</p><h4>Syntax</h4><pre class="method-syntax">object.getCanResizeColumn(<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</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Boolean</code></p><h3><a name="getCellBounds"></a>getCellBounds</h3><p>Returns the boundaries for the cell. This returns an object with left, top width and height fields describing the boundaries.</p><h4>Syntax</h4><pre class="method-syntax">object.getCellBounds(<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 of 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 of the cell</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Object</code></p><h3><a name="getCellHeight"></a>getCellHeight</h3><p>Returns the row height for the row. For a<code><a href="BiTreeView.html">BiTreeView</a></code> this should be the same for all rows.</p><h4>Syntax</h4><pre class="method-syntax">object.getCellHeight(<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 to get the height for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getCellWidth"></a>getCellWidth</h3><p>Returns the width for a column. (Same as getColumnWidth)</p><h4>Syntax</h4><pre class="method-syntax">object.getCellWidth(<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 to get the width for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getColumnAt"></a>getColumnAt</h3><p>Returns the column at the x position. x is the distance from the left edge (if row headers visible left edge is to the left edge of the row headers</p><h4>Syntax</h4><pre class="method-syntax">object.getColumnAt(<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 distance (in pixels) from the left edge.</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getColumnBounds"></a>getColumnBounds</h3><p>Returns the boundaries for the column. This returns an object with left, top width and height fields describing the boundaries.</p><h4>Syntax</h4><pre class="method-syntax">object.getColumnBounds(<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</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Object</code></p><h3><a name="getColumnLeft"></a>getColumnLeft</h3><p>Returns the left position for the column.</p><h4>Syntax</h4><pre class="method-syntax">object.getColumnLeft(<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</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getColumnVisible"></a>getColumnVisible</h3><p>Whether the column at x is visible or hidden</p><h4>Syntax</h4><pre class="method-syntax">object.getColumnVisible(<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="getColumnWidth"></a>getColumnWidth</h3><p>This returns the width of the xth column</p><h4>Syntax</h4><pre class="method-syntax">object.getColumnWidth(<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 get the width for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getHeaderBounds"></a>getHeaderBounds</h3><p>Returns the boundaries for the header. This returns an object with left, top width and height fields describing the boundaries.</p><h4>Syntax</h4><pre class="method-syntax">object.getHeaderBounds(<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 of the header cell</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Object</code></p><h3><a name="getModelColumn"></a>getModelColumn</h3><p>Returns the column index in the data model for the visual column index</p><h4>Syntax</h4><pre class="method-syntax">object.getModelColumn(<span class="methodArgument">vx</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>vx</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The visual column index</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getNextColumn"></a>getNextColumn</h3><p>Returns the index of the column coming after the given column</p><h4>Syntax</h4><pre class="method-syntax">object.getNextColumn(<span class="methodArgument">mx</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>mx</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The index of the column</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getPreviousColumn"></a>getPreviousColumn</h3><p>Returns the index of the column coming before the given column</p><h4>Syntax</h4><pre class="method-syntax">object.getPreviousColumn(<span class="methodArgument">mx</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>mx</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The index of the column</td></tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -