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

📄 biolapgridviewmanager.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
📖 第 1 页 / 共 2 页
字号:
				<argument name="nAxis">					<description>The axis the cells are part of</description>					<type>Number</type>				</argument>				<argument name="p1">					<description>One of the positions</description>					<type>Number</type>				</argument>				<argument name="p2">					<description>The other position</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getMinCellPosition">			<description>Returns the leftmost position of two</description>			<arguments>				<argument name="nAxis">					<description>The axis to compare</description>					<type>Number</type>				</argument>				<argument name="p1">					<description>One of the positions</description>					<type>Number</type>				</argument>				<argument name="p2">					<description>The other position</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getDimensionTop">			<description>This returns the top position of a dimension header in the axis header</description>			<arguments>				<argument name="nDim">					<description>The dimension index</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getDimensionLeft">			<description>This returns the left position of a dimension header in the axis header</description>			<arguments>				<argument name="nDim">					<description>The dimension index</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getCellWidth">			<description>Returns the width for the given cell</description>			<arguments>				<argument name="x">					<description>The position of the cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="setCellWidth">			<description>Sets the cell width for a given cell</description>			<arguments>				<argument name="x">					<description>The position of the cell</description>					<type>Number</type>				</argument>				<argument name="w">					<description>The new width</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="getCellHeight">			<description>Returns the height for the given cell</description>			<arguments>				<argument name="y">					<description>The position of the cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="setCellHeight">			<description>Sets the cell height for a given cell</description>			<arguments>				<argument name="y">					<description>The position of the cell</description>					<type>Number</type>				</argument>				<argument name="h">					<description>The new height</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="getCellLeft">			<description>Returns the left position of a cell. This is relative to the first cell and it takes hidden columns into account</description>			<arguments>				<argument name="mx">					<description>The position of the cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getCellTop">			<description>Returns the top position of a cell. This is relative to the first cell and it takes hidden rows into account</description>			<arguments>				<argument name="my">					<description>The position of the cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getCellVisible">			<description>Returns whether the cell is visible</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell visibility for</description>					<type>Number</type>				</argument>				<argument name="nPos">					<description>The position of the cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Boolean</type>			</returns>		</method>		<method name="setCellVisible">			<description>Sets the visibility for a cell (for a row or a column)</description>			<arguments>				<argument name="nAxis">					<description>The axis to set the cell visibility for</description>					<type>Number</type>				</argument>				<argument name="nPos">					<description>The position of the cell</description>					<type>Number</type>				</argument>				<argument name="bVis">					<description>Whether to make the cell visible</description>					<type>Boolean</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="getVisibleCellIndex">			<description>This returns the index of the cell taken hidden cells into account. If the given cell is hidden this returns null.</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell for</description>					<type>Number</type>				</argument>				<argument name="nPos">					<description>The position of the current cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getNextVisibleCell">			<description>Returns the next visible cell</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell for</description>					<type>Number</type>				</argument>				<argument name="nPos">					<description>The position of the current cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getPreviousVisibleCell">			<description>Returns the previous visible cell</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell for</description>					<type>Number</type>				</argument>				<argument name="nPos">					<description>The position of the current cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getFirstViewCell">			<description>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.</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell for</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="getFixedCell">			<description>This is the first cell in the fixed section of the viewport.</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell for</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="setFixedCell">			<description>Sets the first cell in the fixed section of the viewport.</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell for</description>					<type>Number</type>				</argument>				<argument name="nPos">					<description>The position to start the fixed section at</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="getNonFixedCell">			<description>This is the first cell in the scrollable (non fixed) section of the viewport.</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell for</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>		<method name="setNonFixedCell">			<description>Sets the first cell in the scrollable (non fixed) section of the viewport.</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the cell for</description>					<type>Number</type>				</argument>				<argument name="nPos">					<description>The position to start the non fixed section at</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="getCellAt">			<description>This return the cell at a the given location in the OLAP grid. This returns an object with an x and y field.</description>			<arguments>				<argument name="nLeft">					<description>The left position (in pixels) to get the cell at</description>					<type>Number</type>				</argument>				<argument name="nTop">					<description>The top position (in pixels) to get the cell at</description>					<type>Number</type>				</argument>				<argument name="nStartCol">					<description>The starting column of the viewport</description>					<type>Number</type>				</argument>				<argument name="nStartRow">					<description>The starting row of the viewport</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Object</type>			</returns>		</method>		<method name="getDimensionAt">			<description>Returns the dimension index at the distance x from the edge</description>			<arguments>				<argument name="nAxis">					<description>The axis to get the dimension index for</description>					<type>Number</type>				</argument>				<argument name="y">					<description>The distance form the edge.</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Number</type>			</returns>		</method>	</methods>	<properties>		<property name="olapGrid" get="true">			<description>The OLAP grid this view manager is to be used with</description>			<type>				<link class="BiOlapGrid">BiOlapGrid</link>			</type>		</property>		<property name="dataModel" get="true">			<description>The data model that is used with the OLAP grid</description>			<type>				<link class="BiOlapGridDataModel">BiOlapGridDataModel</link>			</type>		</property>		<property name="showGridLines" get="true" set="true">			<description>Whether to show grid lines between the cells in the OLAP grid</description>			<type>Boolean</type>		</property>		<property name="scrollLeft" set="true">			<description>Sets the scroll left to the view manager so that the view manager can figure out what column to start at</description>			<type>Number</type>		</property>		<property name="scrollTop" set="true">			<description>Sets the scroll top to the view manager so that the view manager can figure out what row to start at</description>			<type>Number</type>		</property>		<property name="visibleCellsWidth" get="true">			<description>This is the sum of all the cell widths in the scrollable part of the grid</description>			<type>Number</type>		</property>		<property name="visibleCellsHeight" get="true">			<description>This is the sum of all the cell heights in the scrollable part of the grid</description>			<type>Number</type>		</property>		<property name="cellPaddingX" get="true">			<description>This returns the amount of padding to take into account when sizing the cells This returns different values depending on the user agent.</description>			<type>Number</type>		</property>		<property name="cellPaddingY" get="true">			<description>This returns the amount of padding to take into account when sizing the cells This returns different values depending on the user agent.</description>			<type>Number</type>		</property>		<property name="headerCellPaddingX" get="true">			<description>This returns the amount of padding to take into account when sizing the header cells. This returns different values depending on the user agent.</description>			<type>Number</type>		</property>		<property name="fixedLeftWidth" get="true">			<description>This is the width of the row header and the fixed columns</description>			<type>Number</type>		</property>		<property name="fixedTopHeight" get="true">			<description>This is the height of the header and the fixed rows</description>			<type>Number</type>		</property>		<property name="axisOnTop" get="true" set="true">			<description>This is used to tell which axis is to be shown as the column headers and which to be shown as the row headers. A value of 0 means that the first axis should be shown at the top.</description>			<type>Number</type>		</property>		<property name="axisHeight" get="true">			<description>Returns the height of the column header for the axis.</description>			<type>Number</type>		</property>		<property name="axisWidth" get="true">			<description>Returns the width of the row header for the axis</description>			<type>Number</type>		</property>		<property name="cellMinimumWidth" get="true" set="true">			<description>The minimum width a cell might have. This is used when the user resizes a colum. Setting this does not update the exisiting columns.</description>			<type>Number</type>		</property>		<property name="cellMinimumHeight" get="true" set="true">			<description>The minimum height a cell might have. This is used when the user resizes a row. Setting this does not update the exisiting rows.</description>			<type>Number</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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