📄 biflowpanel.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiFlowPanel" extends="BiComponent"> <description>This layout component flows its children from left to right and wraps to the next row when no more children can fit on the current row. This layout component uses the preferred size and it also takes margins into account and uses margin collapsing so that two adjacent children share the larger margin.</description> <arguments> <argument name="sAlign" optional="true"> <description>The alignment of the layout. </description> <type>String</type> </argument> </arguments> <staticMethods> <method name="setBaselineAlign"> <description>Sets the attached baseline alignment property for the source. This property is used to decide the vertical position of the component on the current line. Valid values are<br> </br> <br> </br> start/top<br> </br> center<br> </br> end/bottom<br> </br> </description> <arguments> <argument name="oSource"> <description>The component to set the baseline align for</description> <type> <link class="BiObject">BiObject</link> </type> </argument> <argument name="sAlign"> <description>The baseline align value</description> <type>String</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="getBaselineAlign"> <description>Returns the baseline align value for the source</description> <arguments> <argument name="oSource"> <description>The component to get the baseline alignment for</description> <type> <link class="BiObject">BiObject</link> </type> </argument> </arguments> <returns> <type>String</type> </returns> </method> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="align" get="true" set="true"> <description>The align property decides how to size and position the children. This describes the size and position in the in the ortogonal direction of the box orientation. For a horizontal box this describes the height and top position and for a vertical layout this describes the width and left position<br> </br> <br> </br> Valid values are:<br> </br> <br> </br> stretch<br> </br> start<br> </br> center<br> </br> end<br> </br> </description> <type>String</type> </property> <property name="vAlign" get="true" set="true"> <description>The vAlign property decides how to position the lines of children if there is any remaining vertical space.<br> </br> <br> </br> Valid values are:<br> </br> <br> </br> start/top<br> </br> center<br> </br> end/bottom<br> </br> </description> <type>String</type> </property> <property name="baselineAlign" get="true" set="true"> <description>The baseline align describes how to do the vertical align of the items on a row. This can be set for individual children as well using the attached property.<br> </br> <br> </br> Valid values are:<br> </br> <br> </br> start/top<br> </br> center<br> </br> end/bottom</description> <type>String</type> </property> <property name="wrap" get="true" set="true"> <description>Whether to wrap the children to a new line if there isn't enough space to put them all on the same line.</description> <type>Boolean</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -