biattachedcomponentmodel.xml

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

XML
72
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiAttachedComponentModel" extends="BiEventTarget">	<description>This class is used to handle<link class="BiComponent">BiComponent</link> objects inside<link class="BiTreeView">BiTreeView</link> and<link class="BiOlapGrid">BiOlapGrid</link>. An attached component will be positioned at the same place as the cell it is attached to and have the same size as that cell.</description>	<arguments>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="getHasAttachedComponent">			<description>Whether the given cell has an attached component</description>			<arguments>				<argument name="x">					<description>The column of the cell</description>					<type>Number</type>				</argument>				<argument name="y">					<description>The row of the cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>Boolean</type>			</returns>		</method>		<method name="getAttachedComponent">			<description>Returns the attached component for the given cell</description>			<arguments>				<argument name="x">					<description>The column of the cell</description>					<type>Number</type>				</argument>				<argument name="y">					<description>The row of the cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>					<link class="BiComponent">BiComponent</link>				</type>			</returns>		</method>		<method name="updateAttachedComponent">			<description>Updates the attached component for the given cell</description>			<arguments>				<argument name="x">					<description>The column of the cell</description>					<type>Number</type>				</argument>				<argument name="y">					<description>The row of the cell</description>					<type>Number</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>	</methods>	<properties>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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