📄 biattachedcomponentmodel.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiAttachedComponentModel" extends="BiEventTarget"> <description>This class is used to handle<link class="BiComponent">BiComponent</link> objects inside<link class="BiTreeView">BiTreeView</link> and<link class="BiOlapGrid">BiOlapGrid</link>. An attached component will be positioned at the same place as the cell it is attached to and have the same size as that cell.</description> <arguments> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="getHasAttachedComponent"> <description>Whether the given cell has an attached component</description> <arguments> <argument name="x"> <description>The column of the cell</description> <type>Number</type> </argument> <argument name="y"> <description>The row of the cell</description> <type>Number</type> </argument> </arguments> <returns> <type>Boolean</type> </returns> </method> <method name="getAttachedComponent"> <description>Returns the attached component for the given cell</description> <arguments> <argument name="x"> <description>The column of the cell</description> <type>Number</type> </argument> <argument name="y"> <description>The row of the cell</description> <type>Number</type> </argument> </arguments> <returns> <type> <link class="BiComponent">BiComponent</link> </type> </returns> </method> <method name="updateAttachedComponent"> <description>Updates the attached component for the given cell</description> <arguments> <argument name="x"> <description>The column of the cell</description> <type>Number</type> </argument> <argument name="y"> <description>The row of the cell</description> <type>Number</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> </methods> <properties> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -