bitreeselectionmodel.xml

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

XML
43
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeSelectionModel" extends="BiSelectionModel">	<description>This class is used to handle the selection of the <link class="BiTreeNode">nodes</link> in a <link class="BiTree">tree</link>. It extends the <link class="BiListSelectionModel">BiListSelectionModel</link> to be able to handle threaded data.</description>	<arguments>		<argument name="oTree">			<description>The tree that the selection model should be used for.</description>			<type>				<link class="BiTree">BiTree</link>			</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="containsSelectedNodes">			<description>Returns whether the node has any selected descendants</description>			<arguments>				<argument name="n">					<description>The node to check the descendants for</description>					<type>						<link class="BiTreeNode">BiTreeNode</link>					</type>				</argument>			</arguments>			<returns>				<type>Boolean</type>			</returns>		</method>	</methods>	<properties>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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