bitreeviewselectionmodelitem.xml

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

XML
59
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeViewSelectionModelItem" extends="BiObject">	<description>This class is used internally in<link class="BiTreeViewSelectionModel">BiTreeViewSelectionModel</link> to keep track of the selected rows</description>	<arguments>		<argument name="x" optional="true">			<description>Optional. The column index in case cell selection is used</description>			<type>Number</type>		</argument>		<argument name="y">			<description>The row index of the cell/row that this represents</description>			<type>Number</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="equals">			<description>whether this item and oItem2 are pointing to the same item</description>			<arguments>				<argument name="oItem2">					<description>The item to compare to</description>					<type>						<link class="BiTreeViewSelectionModelItem">BiTreeViewSelectionModelItem</link>					</type>				</argument>			</arguments>			<returns>				<type>Boolean</type>			</returns>		</method>	</methods>	<properties>		<property name="row" get="true" set="true">			<description>The row that this represents</description>			<type>Number</type>		</property>		<property name="left" get="true">			<description>Returns the column of the item</description>			<type>Number</type>		</property>		<property name="top" get="true">			<description>Returns the row of the item</description>			<type>Number</type>		</property>		<property name="column" get="true" set="true">			<description>The column that this represents</description>			<type>Number</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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