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

📄 biolapgridviewmanager.html

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<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="getVisibleCellsCount"></a>getVisibleCellsCount</h3><p>This is the number of visible cells. This includes cells in the fixed as well as the non fixed section of the viewport.</p><h4>Syntax</h4><pre class="method-syntax">object.getVisibleCellsCount(<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 count for</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="resetCache"></a>resetCache</h3><p>Resets the cached properties. This is called a size change so that the cache is up to date</p><h4>Syntax</h4><pre class="method-syntax">object.resetCache()</pre><h4>Parameters</h4><p>No arguments.</p><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="scrollAreaIntoView"></a>scrollAreaIntoView</h3><p>This scrolls the OLAP grid so that the given area becomes visible</p><h4>Syntax</h4><pre class="method-syntax">object.scrollAreaIntoView(<span class="methodArgument">oArea</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>oArea</code></td><td><code class="type">						<code><a href="BiArea.html">BiArea</a></code>					</code></td><td class="optional-column"></td><td></td><td>The area to scroll into view</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="scrollCellIntoView"></a>scrollCellIntoView</h3><p>Scrolls the OLAP grid so that the given cell becomes visible</p><h4>Syntax</h4><pre class="method-syntax">object.scrollCellIntoView(<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 to scroll into view</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 to scroll into view</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="scrollColumnIntoView"></a>scrollColumnIntoView</h3><p>Scrolls the OLAP grid so that the given column becomes visible</p><h4>Syntax</h4><pre class="method-syntax">object.scrollColumnIntoView(<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 scroll into view</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="scrollRowIntoView"></a>scrollRowIntoView</h3><p>Scrolls the OLAP grid so that the given row becomes visible</p><h4>Syntax</h4><pre class="method-syntax">object.scrollRowIntoView(<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 of the row to scroll into view</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="setAxisDimensionVisible"></a>setAxisDimensionVisible</h3><p>Sets whether the dimension is visible</p><h4>Syntax</h4><pre class="method-syntax">object.setAxisDimensionVisible(<span class="methodArgument">nAxis</span>, <span class="methodArgument">nDim</span>, <span class="methodArgument">bVisible</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 index of the dimension</td></tr><tr><td><code>bVisible</code></td><td><code class="type">Boolean</code></td><td class="optional-column"></td><td></td><td>Whether to show the dimension</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="setCellHeight"></a>setCellHeight</h3><p>Sets the cell height for a given cell</p><h4>Syntax</h4><pre class="method-syntax">object.setCellHeight(<span class="methodArgument">y</span>, <span class="methodArgument">h</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 position of the cell</td></tr><tr><td><code>h</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The new height</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="setCellVisible"></a>setCellVisible</h3><p>Sets the visibility for a cell (for a row or a column)</p><h4>Syntax</h4><pre class="method-syntax">object.setCellVisible(<span class="methodArgument">nAxis</span>, <span class="methodArgument">nPos</span>, <span class="methodArgument">bVis</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 set the cell visibility 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 cell</td></tr><tr><td><code>bVis</code></td><td><code class="type">Boolean</code></td><td class="optional-column"></td><td></td><td>Whether to make the cell visible</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="setCellWidth"></a>setCellWidth</h3><p>Sets the cell width for a given cell</p><h4>Syntax</h4><pre class="method-syntax">object.setCellWidth(<span class="methodArgument">x</span>, <span class="methodArgument">w</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 position of the cell</td></tr><tr><td><code>w</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The new width</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="setDimensionHeight"></a>setDimensionHeight</h3><p>Sets the height for the header representing a dimension in the column header</p><h4>Syntax</h4><pre class="method-syntax">object.setDimensionHeight(<span class="methodArgument">nDim</span>, <span class="methodArgument">nHeight</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><tr><td><code>nHeight</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The new height for the dimension</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="setDimensionWidth"></a>setDimensionWidth</h3><p>Sets the width for the header representing a dimension in the row header</p><h4>Syntax</h4><pre class="method-syntax">object.setDimensionWidth(<span class="methodArgument">nDim</span>, <span class="methodArgument">nWidth</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><tr><td><code>nWidth</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The new width for the dimension</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="setFixedCell"></a>setFixedCell</h3><p>Sets the first cell in the fixed section of the viewport.</p><h4>Syntax</h4><pre class="method-syntax">object.setFixedCell(<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 to start the fixed section at</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="setNonFixedCell"></a>setNonFixedCell</h3><p>Sets the first cell in the scrollable (non fixed) section of the viewport.</p><h4>Syntax</h4><pre class="method-syntax">object.setNonFixedCell(<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 to start the non fixed section at</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">void</code></p><h3><a name="setShowHeaders"></a>setShowHeaders</h3><p>Sets whether the headers for the axis is shown</p><h4>Syntax</h4><pre class="method-syntax">object.setShowHeaders(<span class="methodArgument">nAxis</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>nAxis</code></td><td><code class="type">Number</code></td><td class="optional-column"></td><td></td><td>The axis</td></tr><tr><td><code>b</code></td><td><code class="type">Boolean</code></td><td class="optional-column"></td><td></td><td>Shown or not</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Boolean</code></p></body></html>

⌨️ 快捷键说明

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