bitreenode2.xml

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

XML
82
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeNode2" extends="BiObject">	<description>This class is used to build up the tree for the tree model to use with the<link class="BiTreeView">BiTreeView</link> and<link class="BiTreeDataModel">BiTreeDataModel</link>	</description>	<arguments>		<argument name="oData">			<description>The data to associate with the node</description>			<type>Object</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="add">			<description>Adds a child node to the current node</description>			<arguments>				<argument name="oChild">					<description>The node to add</description>					<type>						<link class="BiTreeNode2">BiTreeNode2</link>					</type>				</argument>				<argument name="oBefore" optional="true">					<description>Optional argument that gives the child that									the new child should be added before</description>					<type>						<link class="BiTreeNode2">BiTreeNode2</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="remove">			<description>Removes a child node from the current node</description>			<arguments>				<argument name="oChild">					<description>The node to remove</description>					<type>						<link class="BiTreeNode2">BiTreeNode2</link>					</type>				</argument>			</arguments>			<returns>				<type>					<link class="BiTreeNode2">BiTreeNode2</link>				</type>			</returns>		</method>	</methods>	<properties>		<property name="parent" get="true">			<description>The parent tree node</description>			<type>				<link class="BiTreeNode2">BiTreeNode2</link>			</type>		</property>		<property name="data" get="true" set="true">			<description>The data that is associated to the node</description>			<type>Object[]</type>		</property>		<property name="children" get="true">			<description>The child nodes of the tree node</description>			<type>				<link class="BiTreeNode2">BiTreeNode2[]</link>			</type>		</property>		<property name="hasChildren" get="true">			<description>whether the tree node has any children</description>			<type>Boolean</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

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