bigrid2datamodel.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 84 行

XML
84
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGrid2DataModel" extends="BiTreeViewDataModel">	<description>This data model is to be used with<link class="BiGrid2">BiGrid2</link>. It uses the<link class="BiGrid2Row">BiGrid2Row</link> and<link class="BiGrid2Cell">BiGrid2Cell</link> to provide the data</description>	<arguments>		<argument name="oGrid" optional="true">			<description>Optional grid component</description>			<type>				<link class="BiGrid2">BiGrid2</link>			</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="getRowAt">			<description>This returns the row at y</description>			<arguments>				<argument name="y">					<description>The index of the row</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>					<link class="BiGrid2Row">BiGrid2Row</link>				</type>			</returns>		</method>		<method name="removeRowAt">			<description>Removes the row at the given row index</description>			<arguments>				<argument name="y">					<description>the index of the row to remove</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="insertRowAt">			<description>Inserts a new row</description>			<arguments>				<argument name="obj">					<description>The object describing the data</description>					<type>						<link class="BiGrid2Row">BiGrid2Row</link>					</type>				</argument>				<argument name="y">					<description>The index of the row where to insert</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>	</methods>	<properties>		<property name="treeView" get="true" set="true">			<description>The tree view the data model is acting on</description>			<type>				<link class="BiGrid2">BiGrid2</link>			</type>		</property>	</properties>	<events>		<event name="rowcountchanged">			<description>This event happens after 														the number of rows has changed.</description>			<type>				<link class="BiTreeViewDataModelEvent">BiTreeViewDataModelEvent</link>			</type>		</event>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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