📄 bidatarow.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiDataRow" extends="BiObject"> <description>This class represents a row in a<link class="BiDataTable">BiDataTable</link>.</description> <arguments> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="getValueByIndex"> <description>Returns a value given the column index.</description> <arguments> <argument name="n"> <description>The index of the column to get the value for.</description> <type>Number</type> </argument> </arguments> <returns> <type>Object</type> </returns> </method> <method name="getValueByName"> <description>Returns a value given the column name.</description> <arguments> <argument name="s"> <description>The name of the column to get the value for.</description> <type>String</type> </argument> </arguments> <returns> <type>Object</type> </returns> </method> </methods> <properties> <property name="table" get="true"> <description>Returns the table the row is part of.</description> <type> <link class="BiDataTable">BiDataTable</link> </type> </property> </properties> <events> </events> <remarks>To use the<link class="BiDataRow">BiDataRow</link> create a sub class and override <link>getValueByIndex</link> and/or <link>getValueByName</link> to return something meaningful.</remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -