📄 bidataset.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiDataSet" extends="BiEventTarget"> <description>This class represents a data set. A data set contains <link class="BiDataTable">tables</link>, which consists of <link class="BiDataColumn">columns</link> and <link class="BiDataRow">rows</link>. @option</description> <arguments> <argument name="sName" default="Unnamed Data Set"> <description>The name of the data set</description> <type>String</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="getTableByName"> <description>Returns the table with the given name.</description> <arguments> <argument name="s"> <description>The name of the table.</description> <type>String</type> </argument> </arguments> <returns> <type> <link class="BiDataTable">BiDataTable</link> </type> </returns> </method> <method name="addTable"> <description>Adds a <link class="BiDataTable">table</link> to the data set.</description> <arguments> <argument name="oTable"> <description>The table to add.</description> <type> <link class="BiDataTable">BiDataTable</link> </type> </argument> <argument name="oBefore" optional="true"> <description>If provided the new table is added before this </description> <type> <link class="BiDataTable">BiDataTable</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="removeTable"> <description>Removes a <link class="BiDataTable">table</link> from the data set.</description> <arguments> <argument name="oTable"> <description>The table to remove</description> <type> <link class="BiDataTable">BiDataTable</link> </type> </argument> </arguments> <returns> <type> <link class="BiDataTable">BiDataTable</link> </type> </returns> </method> </methods> <properties> <property name="tables" get="true"> <description>The tables in the data set</description> <type> <link class="BiDataTable">BiDataTable[]</link> </type> </property> <property name="name" get="true"> <description>The name of the data set</description> <type>String</type> </property> <property name="dataReady" get="true"> <description>Returns true if the data is ready. This is always true for a<link class="BiDataSet">BiDataSet</link> but might not be true for a sub class.</description> <type>Boolean</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -