📄 biolapgridselectionmodel.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiOlapGridSelectionModel" extends="BiSelectionModel"> <description>Selection model for<link class="BiOlapGrid">BiOlapGrid</link>. This selection model contains of selected areas (BiArea). An area consists of a left, top, width and height propertty. Two selected areas may overlap so be careful when trying to get all selected cells. The selectedItems collection is a<link class="BiAreaCollection">BiAreaCollection</link> </description> <arguments> <argument name="oOwner"> <description>The OLAP grid that the selection is working with</description> <type> <link class="BiOlapGrid">BiOlapGrid</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="getRowSelected"> <description>Returns whether the row at y is selected</description> <arguments> <argument name="y"> <description>The index of the row to check</description> <type>Number</type> </argument> </arguments> <returns> <type>Boolean</type> </returns> </method> <method name="setRowSelected"> <description>Sets the selected state for the row at y</description> <arguments> <argument name="y"> <description>The index of the row to select or deselect</description> <type>Number</type> </argument> <argument name="b"> <description>Whether to select or deselect the row</description> <type>Boolean</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="getColumnSelected"> <description>Returns whether the column at x is selected</description> <arguments> <argument name="x"> <description>The index of the column to check</description> <type>Number</type> </argument> </arguments> <returns> <type>Boolean</type> </returns> </method> <method name="setColumnSelected"> <description>Sets the selected state for the column at x</description> <arguments> <argument name="x"> <description>The index of the column to select or deselect</description> <type>Number</type> </argument> <argument name="b"> <description>Whether to select or deselect the column</description> <type>Boolean</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="getCellSelected"> <description>Returns whether the cell at (x, y) is selected</description> <arguments> <argument name="x"> <description>The column index of the cell to check</description> <type>Number</type> </argument> <argument name="y"> <description>The row index of the cell to check</description> <type>Number</type> </argument> </arguments> <returns> <type>Boolean</type> </returns> </method> <method name="setCellSelected"> <description>Sets the selected state for the cell at x, y</description> <arguments> <argument name="x"> <description>The column index of the cell to select or deselect</description> <type>Number</type> </argument> <argument name="y"> <description>The row index of the cell to select or deselect</description> <type>Number</type> </argument> <argument name="b"> <description>Whether to select or deselect the cell</description> <type>Boolean</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="getCellIsLead"> <description>Returns whether the cell at (x, y) is the lead item</description> <arguments> <argument name="x"> <description>The column index of the cell to check</description> <type>Number</type> </argument> <argument name="y"> <description>The row index of the cell to check</description> <type>Number</type> </argument> </arguments> <returns> <type>Boolean</type> </returns> </method> <method name="getCellIsAnchor"> <description>Returns whether the cell at (x, y) is the anchor item</description> <arguments> <argument name="x"> <description>The column index of the cell to check</description> <type>Number</type> </argument> <argument name="y"> <description>The row index of the cell to check</description> <type>Number</type> </argument> </arguments> <returns> <type>Boolean</type> </returns> </method> </methods> <properties> <property name="viewManager" get="true"> <description>The view manager used with the OLAP grid</description> <type> <link class="BiOlapGridViewManager">BiOlapGridViewManager</link> </type> </property> <property name="dataModel" get="true"> <description>The data model used with the OLAP grid</description> <type> <link class="BiOlapGridDataModel">BiOlapGridDataModel</link> </type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -