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

📄 biolapgriddatamodel.html

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<p>Returns the supported data types for the axis header cell. Return <code>[]</code> or <code>null</code> if no drop is desired on the cell</p><h4>Syntax</h4><pre class="method-syntax">object.getAxisDropDataTypes(<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 that we want the drop data types for</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 the header cell is part of</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 header cell</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">String[]</code></p><h3><a name="getAxisPositionWidth"></a>getAxisPositionWidth</h3><p>This returns the number of positions the axis takes up</p><h4>Syntax</h4><pre class="method-syntax">object.getAxisPositionWidth(<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 position width</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">Number</code></p><h3><a name="getAxisToolTip"></a>getAxisToolTip</h3><p>This should return the tool tip to use for an axis header cell</p><h4>Syntax</h4><pre class="method-syntax">object.getAxisToolTip(<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 that we want the tool tip for</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 the header cell is part of</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 header cell</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">					<code><a href="BiToolTip.html">BiToolTip</a></code>				</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="getDropDataTypes"></a>getDropDataTypes</h3><p>Returns the supported data types for the cell. Return <code>[]</code> or <code>null</code> if no drop is desired on the cell</p><h4>Syntax</h4><pre class="method-syntax">object.getDropDataTypes(<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="getFillerCellStyle"></a>getFillerCellStyle</h3><p>This allows a custom CSS text to be applied to a filler cell. A filler cell is shown when the real cells do not fill the entire viewport.</p><h4>Syntax</h4><pre class="method-syntax">object.getFillerCellStyle(<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="getHasIcon"></a>getHasIcon</h3><p>Returns whether the cell should display an icon. If this is the case the actual image URI is returned using <code><a href="#getIcon">getIcon</a></code>			</p><h4>Syntax</h4><pre class="method-syntax">object.getHasIcon(<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">Boolean</code></p><h3><a name="getIcon"></a>getIcon</h3><p>Returns the path to the image to show on the cell. This is only called for cells that should have an icon accordingly to <code><a href="#getHasIcon">getHasIcon</a></code>				<br>								<br>				 You should use an absolute URI here to make the application more flexible.</p><h4>Syntax</h4><pre class="method-syntax">object.getIcon(<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="getIconStyle"></a>getIconStyle</h3><p>Use this to specify some custom CSS to use for the icon image.</p><h4>Syntax</h4><pre class="method-syntax">object.getIconStyle(<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 containing the icon</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 row containing the icon</td></tr></tbody></table><h4>Return Type</h4><p><code class="type">String</code></p><h3><a name="getToolTip"></a>getToolTip</h3><p>This should return the tool tip to use for the cell</p><h4>Syntax</h4><pre class="method-syntax">object.getToolTip(<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="BiToolTip.html">BiToolTip</a></code>				</code></p></body></html>

⌨️ 快捷键说明

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