📄 bigrid2row.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGrid2Row" extends="BiObject"> <description>This class is used as the data for rows in the<link class="BiGrid2">BiGrid2</link> component</description> <arguments> <argument name="oData" optional="true"> <description>Optional array of objects describing the data for the cells</description> <type>Object[]</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="getData"> <description>Returns the data at the given column</description> <arguments> <argument name="nCol"> <description>The column index for the data</description> <type>Number</type> </argument> </arguments> <returns> <type>Object</type> </returns> </method> <method name="setData"> <description>Sets the data for the cell at the given column</description> <arguments> <argument name="nCol"> <description>The column index for the data</description> <type>Number</type> </argument> <argument name="oData"> <description>The data associated with the cell at the given column</description> <type>Object</type> </argument> </arguments> <returns> <type>Object</type> </returns> </method> <method name="getCell"> <description>Returns the cell for the given column</description> <arguments> <argument name="nCol"> <description>The column index for the cell to get</description> <type>Number</type> </argument> </arguments> <returns> <type> <link class="BiGrid2Cell">BiGrid2Cell</link> </type> </returns> </method> <method name="addCell"> <description>Adds a cell to the row</description> <arguments> <argument name="oChild"> <description>The cell to add</description> <type> <link class="BiGrid2Cell">BiGrid2Cell</link> </type> </argument> <argument name="oBefore" optional="true"> <description>Optional cell to insert the new cell before</description> <type> <link class="BiGrid2Cell">BiGrid2Cell</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="removeCell"> <description>Removes a cell from the row</description> <arguments> <argument name="oChild"> <description>The cell to remove</description> <type> <link class="BiGrid2Cell">BiGrid2Cell</link> </type> </argument> </arguments> <returns> <type> <link class="BiGrid2Cell">BiGrid2Cell</link> </type> </returns> </method> </methods> <properties> <property name="grid" get="true"> <description>The grid that the row is part of</description> <type> <link class="BiGrid2">BiGrid2</link> </type> </property> <property name="cells" get="true"> <description>The cells in the row</description> <type> <link class="BiGrid2Cell">BiGrid2Cell[]</link> </type> </property> <property name="selected" get="true"> <description>Whether the row is selected</description> <type>Boolean</type> </property> <property name="isLead" get="true"> <description>Whether the row is the lead item of the selection</description> <type>Boolean</type> </property> <property name="isAnchor" get="true"> <description>Whether the row is the selection anchor for the current selection</description> <type>Boolean</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -