📄 biolapgriddropmarker.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiOlapGridDropMarker" extends="BiComponent"> <description>This component is used to draw a drop marker on top/inside an OLAP grid</description> <arguments> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="showDimensionDropMarker"> <description>Shows and positions the drop marker to show that a dimension is about to be dropped on the OLAP grid.</description> <arguments> <argument name="grid"> <description>The grid to show the marker on</description> <type> <link class="BiOlapGrid">BiOlapGrid</link> </type> </argument> <argument name="info"> <description>Information about the cell that the drop marker should be showed for.</description> <type> <link class="BiOlapGridCellInfo">BiOlapGridCellInfo</link> </type> </argument> <argument name="before"> <description>Whether to show the drop marker before the dimension described by the info.</description> <type>Boolean</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="hide"> <description>Hides/removes the drop marker</description> <arguments> </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 + -