?? bifocusevent.html
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><!--
Generated using api.website.xsl version 2003-07-17
-->
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>BiFocusEvent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="api.css"><script type="text/javascript">
function showDerivedClasses() {
var ul = document.getElementById("api-derived-classes");
var lis = ul.childNodes;
var l = lis.length;
for (var i = 1; i < l; i++)
lis[i].style.display = "";
lis[0].style.display = "none";
}
</script></head>
<body>
<h1 id="BiFocusEvent">BiFocusEvent</h1>
<p>
This class describes event objects used in focus events.<br>
<br>
The <code><a href="#focusin">focusin</a></code> and <code><a href="#focusout">focusout</a></code> events bubble by default,
<code><a href="#focus">focus</a></code> and <code><a href="#blur">blur</a></code> do not.
All mouse events bubble by default. This means that once all the
event listeners have been notified the event propagates to the parent
<code><a href="BiComponent.html">BiComponent</a></code>. To prevent the event to
bubble to the parent call <code><a href="BiEvent.html#stopPropagation">
stopPropagation()</a></code> on the event object.<br>
<br>
The currently supported events by <code><a href="BiComponent.html">BiComponent</a></code>
are:<br>
<br>
<code><a href="BiComponent.html#focus">focus</a></code><br>
<code><a href="BiComponent.html#blur">blur</a></code><br>
<code><a href="BiComponent.html#focusin">focusin</a></code><br>
<code><a href="BiComponent.html#focusout">focusout</a></code><br>
<br>
The order these events occur, when a focused component is left and another
focused component takes the focus, is the following:<br>
<code><a href="BiComponent.html#focusout">focusout</a></code><br>
<code><a href="BiComponent.html#focusin">focusin</a></code><br>
<code><a href="BiComponent.html#blur">blur</a></code><br>
<code><a href="BiComponent.html#focus">focus</a></code><br>
<br>
This object should not be created by the user. It is created as needed by the event system.
</p>
<p>This class extends
<code><a href="BiEvent.html">BiEvent</a></code>
and therefore all methods and fields available for
<code><a href="BiEvent.html">BiEvent</a></code>
are also available for <code>BiFocusEvent</code>.</p>
<ul class="partial-class-tree">
<li><code><a href="BiObject.html">BiObject</a></code><ul>
<li><code><a href="BiEvent.html">BiEvent</a></code><ul><li><code>BiFocusEvent</code><ul id="api-derived-classes"></ul></li></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>
new BiFocusEvent(<span class="methodArgument">sType</span>)</code></p>
<h3>Parameters</h3>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>sType</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The type (name) of the event</td>
</tr>
</tbody>
</table>
<h2>Properties</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="get-header">get</td>
<td class="set-header">set</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><a name="relatedTarget"></a><code>relatedTarget</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
The related target is the other component related to the focus
event. In <code><a href="#focus">focus</a></code> and <code><a href="#focusin">focusin</a></code> the related
target is the componet that was left. In <code><a href="#blur">blur</a></code> and
<code><a href="#focusout">focusout</a></code> the related target is the componet that was
entered.
</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<p>None.</p>
<h2>Events</h2>
<p>None.</p>
<h2>Static Methods</h2>
<p>None.</p>
<h2>Static Fields</h2>
<p>None.</p>
<h2>Remarks</h2>
<p>
This object should not be created by the user. It is created as needed by the event system.
</p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -