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

📄 biolapgridviewmanager.html

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<td class="optional-column"></td><td></td><td>The axis to get the dimension index for</td></tr><tr><td><code>y</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The distance form the edge.</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getDimensionHeight"></a>getDimensionHeight</h3><p>The height for the header representing a dimension in the column header</p><h4>Syntax</h4><pre class="method-syntax">object.getDimensionHeight(<span class="methodArgument">nDim</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>nDim</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The dimension index</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getDimensionLeft"></a>getDimensionLeft</h3><p>This returns the left position of a dimension header in the axis header</p><h4>Syntax</h4><pre class="method-syntax">object.getDimensionLeft(<span class="methodArgument">nDim</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>nDim</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The dimension index</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getDimensionTop"></a>getDimensionTop</h3><p>This returns the top position of a dimension header in the axis header</p><h4>Syntax</h4><pre class="method-syntax">object.getDimensionTop(<span class="methodArgument">nDim</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>nDim</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The dimension index</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getDimensionWidth"></a>getDimensionWidth</h3><p>The width for the header representing a dimension in the row header</p><h4>Syntax</h4><pre class="method-syntax">object.getDimensionWidth(<span class="methodArgument">nDim</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>nDim</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The dimension index</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getFirstViewCell"></a>getFirstViewCell</h3><p>This returns the first cell in the view. This is the first cell that should be shown in the scrollable part of the viewport of the OLAP grid.</p><h4>Syntax</h4><pre class="method-syntax">object.getFirstViewCell(<span class="methodArgument">nAxis</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to get the cell for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getFirstVisibleCell"></a>getFirstVisibleCell</h3><p>This returns the first visible cell on the axis. This includes the cells in the fixed section of the viewport.</p><h4>Syntax</h4><pre class="method-syntax">object.getFirstVisibleCell(<span class="methodArgument">nAxis</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to get the cell for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getFirstVisibleDimension"></a>getFirstVisibleDimension</h3><p>This returns the first visible dimension</p><h4>Syntax</h4><pre class="method-syntax">object.getFirstVisibleDimension(<span class="methodArgument">nAxis</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis that you want the dimension for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getFixedCell"></a>getFixedCell</h3><p>This is the first cell in the fixed section of the viewport.</p><h4>Syntax</h4><pre class="method-syntax">object.getFixedCell(<span class="methodArgument">nAxis</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to get the cell for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getLastVisibleCell"></a>getLastVisibleCell</h3><p>This returns the last visible cell on the axis</p><h4>Syntax</h4><pre class="method-syntax">object.getLastVisibleCell(<span class="methodArgument">nAxis</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to get the cell for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getMinCellPosition"></a>getMinCellPosition</h3><p>Returns the leftmost position of two</p><h4>Syntax</h4><pre class="method-syntax">object.getMinCellPosition(<span class="methodArgument">nAxis</span>, <span class="methodArgument">p1</span>, <span class="methodArgument">p2</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to compare</td></tr><tr><td><code>p1</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>One of the positions</td></tr><tr><td><code>p2</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The other position</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getNextAxisPosition"></a>getNextAxisPosition</h3><p>This returns the position of the next axis header cell</p><h4>Syntax</h4><pre class="method-syntax">object.getNextAxisPosition(<span class="methodArgument">nAxis</span>, <span class="methodArgument">nDim</span>, <span class="methodArgument">nPos</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to the cells are part of</td></tr><tr><td><code>nDim</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The index of the dimension</td></tr><tr><td><code>nPos</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The start position of the axis cell</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getNextDimension"></a>getNextDimension</h3><p>This returns the next visible dimension</p><h4>Syntax</h4><pre class="method-syntax">object.getNextDimension(<span class="methodArgument">nAxis</span>, <span class="methodArgument">nDim</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis that the dimension is part of</td></tr><tr><td><code>nDim</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The dimension index to get the next after</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getNextVisibleCell"></a>getNextVisibleCell</h3><p>Returns the next visible cell</p><h4>Syntax</h4><pre class="method-syntax">object.getNextVisibleCell(<span class="methodArgument">nAxis</span>, <span class="methodArgument">nPos</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to get the cell for</td></tr><tr><td><code>nPos</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The position of the current cell</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getNonFixedCell"></a>getNonFixedCell</h3><p>This is the first cell in the scrollable (non fixed) section of the viewport.</p><h4>Syntax</h4><pre class="method-syntax">object.getNonFixedCell(<span class="methodArgument">nAxis</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to get the cell for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getPreviousVisibleCell"></a>getPreviousVisibleCell</h3><p>Returns the previous visible cell</p><h4>Syntax</h4><pre class="method-syntax">object.getPreviousVisibleCell(<span class="methodArgument">nAxis</span>, <span class="methodArgument">nPos</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis to get the cell for</td></tr><tr><td><code>nPos</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The position of the current cell</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getShowHeaders"></a>getShowHeaders</h3><p>Whether to show the headers for the axis</p><h4>Syntax</h4><pre class="method-syntax">object.getShowHeaders(<span class="methodArgument">nAxis</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Boolean</code></p><h3><a name="getVisibleCellIndex"></a>getVisibleCellIndex</h3><p>This returns the index of the cell taken hidden cells into account. If the given cell is hidden this returns null.</p><h4>Syntax</h4><pre class="method-syntax">object.getVisibleCellIndex(<span class="methodArgument">nAxis</span>, <span class="methodArgument">nPos</span>)</pre><h4>Parameters</h4><table>

⌨️ 快捷键说明

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