bicomponent.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 1,308 行 · 第 1/4 页

XML
1,308
字号
 no parent or no component comes after the current this returns <code>null</code>. This is the first non anonymous next sibling.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</property>		<property name="anonymous" get="true">			<description>An anonymous component is not included in the default object model (<link>children</link>, <link>firstChild</link>, <link>lastChild</link>, <link>nextSibling</link>, <link>previousSibling</link> nor <link>parent</link>).</description>			<type>Boolean</type>		</property>		<property name="foreColor" get="true" set="true">			<description>The foreground color name. The supported color names follows CSS2.1</description>			<type>String</type>		</property>		<property name="backColor" get="true" set="true">			<description>The background color name. The supported color names follows CSS2.1</description>			<type>String</type>		</property>		<property name="zIndex" get="true" set="true">			<description>The z index of the component. A higher z index means that the component will cover components with lower z index and therefore appear to be closer to the user.</description>			<type>Number</type>		</property>		<property name="visible" get="true" set="true">			<description>Whether the component is visible or not. Note that all the ancestors must be visible for the component to be actually shown. Use <link>isVisible</link> to check that the component is shown.</description>			<type>Boolean</type>		</property>		<property name="isVisible" get="true">			<description>Whether the component is shown on the screen. This can be <code>false</code> if the component is not <link>visible</link> or any of the parents are not <link>visible</link>.</description>			<type>Boolean</type>		</property>		<property name="cursor" get="true" set="true">			<description>The name of the cursor to show when the mouse pointer is over the component. This is any valid CSS2 cursor name.</description>			<type>String</type>		</property>		<property name="backgroundImage" get="true" set="true">			<description>The URI of the image file to use as background image.</description>			<type>				<link class="BiUri">BiUri</link>			</type>		</property>		<property name="opacity" get="true" set="true">			<description>Sets the opacity for the component. Any child component inside the component will also become transparent. The value should be a number between 0 and 1 where 1 means totally opaque and 0 invisible.</description>			<type>Number</type>		</property>		<property name="left" get="true" set="true">			<description>The left position relative to the parent inner edge. When using get the return value is always a number representing the pixel value.</description>			<type>Number</type>		</property>		<property name="right" get="true" set="true">			<description>The right position relative to the parent inner edge. When using right a <link>width</link> should also be set. When using get the return value is always a number representing the pixel value.</description>			<type>Number</type>		</property>		<property name="top" get="true" set="true">			<description>The top position relative to the parent inner edge. When using get the return value is always a number representing the pixel value.</description>			<type>Number</type>		</property>		<property name="bottom" get="true" set="true">			<description>The bottom position relative to the parent inner edge. When using bottom a <link>height</link> should also be set. When using get the return value is always a number representing the pixel value.</description>			<type>Number</type>		</property>		<property name="hasFixedWidth" get="true">			<description>This is true if the component has a fixed width. This usually happens if <link>width</link> is set or if both <link>left</link> and <link>right</link> are set.</description>			<type>Boolean</type>		</property>		<property name="hasFixedHeight" get="true">			<description>This is true if the component has a fixed height. This usually happens if <link>height</link> is set or if both <link>top</link> and <link>bottom</link> are set.</description>			<type>Boolean</type>		</property>		<property name="clientWidth" get="true">			<description>The width inside possible borders and scrollbar</description>			<type>Number</type>		</property>		<property name="clientHeight" get="true">			<description>The height inside possible borders and scrollbar</description>			<type>Number</type>		</property>		<property name="insetLeft" get="true">			<description>Border left width plus scroll bar if any.</description>			<type>Number</type>		</property>		<property name="insetRight" get="true">			<description>Border right width plus scroll bar if any.</description>			<type>Number</type>		</property>		<property name="insetTop" get="true">			<description>Border top width plus scroll bar if any.</description>			<type>Number</type>		</property>		<property name="insetBottom" get="true">			<description>Border bottom width plus scroll bar if any.</description>			<type>Number</type>		</property>		<property name="clientLeft" get="true">			<description>The left position of the component relative to the browser window viewport.</description>			<type>Number</type>		</property>		<property name="clientTop" get="true">			<description>The top position of the component relative to the browser window viewport.</description>			<type>Number</type>		</property>		<property name="screenLeft" get="true">			<description>The left position of the component relative to screen</description>			<type>Number</type>		</property>		<property name="screenTop" get="true">			<description>The top position of the component relative to screen</description>			<type>Number</type>		</property>		<property name="preferredWidth" get="true" set="true">			<description>Returns the desired width of the component. This is usually the size of the content plus the borders.</description>			<type>Number</type>		</property>		<property name="preferredHeight" get="true" set="true">			<description>Returns the desired height of the component. This is usually the size of the content plus the borders.</description>			<type>Number</type>		</property>		<property name="minimumWidth" get="true" set="true">			<description>Returns the desired minimum width of the component. This does not limit the size but is used by some components as a layout hint.</description>			<type>Number</type>		</property>		<property name="maximumWidth" get="true" set="true">			<description>Returns the desired maximum width of the component. This does not limit the size but is used by some components as a layout hint.</description>			<type>Number</type>		</property>		<property name="minimumHeight" get="true" set="true">			<description>Returns the desired minimum height of the component. This does not limit the size but is used by some components as a layout hint.</description>			<type>Number</type>		</property>		<property name="maximumHeight" get="true" set="true">			<description>Returns the desired maximum height of the component. This does not limit the size but is used by some components as a layout hint.</description>			<type>Number</type>		</property>		<property name="border" get="true" set="true">			<description>The border property describes how to paint the border on the component</description>			<type>				<link class="BiBorder">BiBorder</link>			</type>		</property>		<property name="marginLeft" get="true" set="true">			<description>The left margin for the component. Margins are used by some layout managers</description>			<type>Number</type>		</property>		<property name="marginRight" get="true" set="true">			<description>The right margin for the component. Margins are used by some layout managers</description>			<type>Number</type>		</property>		<property name="marginTop" get="true" set="true">			<description>The top margin for the component. Margins are used by some layout managers</description>			<type>Number</type>		</property>		<property name="marginBottom" get="true" set="true">			<description>The bottom margin for the component. Margins are used by some layout managers</description>			<type>Number</type>		</property>		<property name="clipLeft" get="true" set="true">			<description>This is the clip left value. When this is set the shown region of the component starts this many pixels from the left.</description>			<type>Number</type>		</property>		<property name="clipTop" get="true" set="true">			<description>This is the clip top value. When this is set the shown region of the component starts this many pixels from the top.</description>			<type>Number</type>		</property>		<property name="clipWidth" get="true" set="true">			<description>This is the width of the shown region when the component is clipped. A value of null means the entire (remaining) width is shown.</description>			<type>Number</type>		</property>		<property name="clipHeight" get="true" set="true">			<description>This is the height of the shown region when the component is clipped. A value of null means the entire (remaining) height is shown.</description>			<type>Number</type>		</property>		<property name="overflow" get="true" set="true">			<description>Describes how to handle content that is too large to fit inside the component.<br>				</br>				<br>				</br>				<code>hidden</code> - The content is clipped<br>				</br>				<code>auto</code> - Scroll bars are shown as needed<br>				</br>				<code>scroll</code> - Scroll bars are always shown. Even if there is enough room for the content inside the component.</description>			<type>String</type>		</property>		<property name="overflowX" get="true" set="true">			<description>This describes how to handle content that is too large to fit inside the component. This only covers the horizontal overflow.<br>				</br>				<br>				</br>				<code>hidden</code> - The content is clipped<br>				</br>				<code>auto</code> - Scroll bars are shown as needed<br>				</br>				<code>scroll</code> - Scroll bars are always shown. Even if there is enough room for the content inside the component.</description>			<type>String</type>		</property>		<property name="overflowY" get="true" set="true">			<description>This describes how to handle content that is too large to fit inside the component. This only covers the vertical overflow<br>				</br>				<br>				</br>				<code>hidden</code> - The content is clipped<br>				</br>				<code>auto</code> - Scroll bars are shown as needed<br>				</br>				<code>scroll</code> - Scroll bars are always shown. Even if there is enough room for the content inside the component.</description>			<type>String</type>		</property>		<property name="scrollLeft" get="true" set="true">			<description>The position of the content relative to the view port of the component. This is the distance the view port has scrolled horizontally.</description>			<type>Number</type>		</property>		<property name="scrollTop" get="true" set="true">			<description>The position of the content relative to the view port of the component. This is the distance the view port has scrolled vertically.</description>			<type>Number</type>		</property>		<property name="scrollWidth" get="true">			<description>The width of the content of the component.</description>			<type>Number</type>		</property>		<property name="scrollHeight" get="true">			<description>The height of the content of the component.</description>			<type>Number</type>		</property>		<property name="tabIndex" get="true" set="true">			<description>Setting this to less than 0 prevents the component from becoming focusable. The tab index is used to tell in what order to focus the components when naviagting between components using the tab key.</description>			<type>Number</type>		</property>		<property name="hideFocus" get="true" set="true">			<description>Whether to hide the dotted outline that the OS usually draws around focused components.</description>			<type>Boolean</type>		</property>		<property name="focused" get="true" set="true">			<description>If the component can be focused then this makes the component focused (if set to <code>true</code>). If the component was focused and this is set to <code>false</code> then the component is blurred. Changing this fires the <link>focus</link> and <link>blur</link> events (depending on the previous state).<br>				</br>				<br>				</br> A disabled component cannot recieve focus.<br>				</br>				<br>				</br> To be able to recieve focus the <link>tabIndex</link> must be greater or equal to 0.</description>			<type>Boolean</type>		</property>		<property name="containsFocus" get="true">			<description>Whether the component or any of its descendants has focus</description>			<type>Boolean</type>		</property>		<property name="canFocus" get="true">			<description>Whether the component can take focus. To be able to be focusable the component must be <link>enabled</link> and have a <link>tabIndex</link> greater than or equal to 0.</description>			<type>Boolean</type>		</property>		<property name="focusRoot" get="true">			<description>This is the component that is the container for the focus. One cannot use the tab key to focus out of a focus root.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</property>		<property name="activeComponent" get="true">			<description>This is the descendant that currently is active/focused.</description>			<type>				<link class="BiComponent">BiComponent</link>			</type>		</property>		<property name="focusManager" get="true" set="true">			<description>The focus manager that handles focus inside the component. This is usually <code>null</code> for<link class="BiComponent">BiComponent</link> and the focus is usually handled by some ancestor.</description>			<type>				<link class="BiFocusManager">BiFocusManager</link>			</type>		</property>		<property name="tabChildren" get="true">			<description>This returns an array containing the<link class="BiComponent">BiComponent</link> objects that should be accessible by the focus manager when navigating focusable objects using the tab key.</description>			<type>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?