| パッケージ | flash.display |
| クラス | public final class FocusDirection |
| 継承 | FocusDirection Object |
| ランタイムバージョン: | AIR 1.0 |
direction パラメータ (Stage オブジェクトの assignFocus() メソッドのパラメータ) および direction プロパティ (FocusEvent オブジェクトのプロパティ) に使用する値が列挙されます。
関連項目
| 定数 | 定義元 | ||
|---|---|---|---|
[静的] 読み込み順の最後のオブジェクトにフォーカスを与えることを示します。 | FocusDirection | ||
[静的] インタラクティブオブジェクト内のフォーカスオブジェクトを変更しないことを示します。 | FocusDirection | ||
[静的] 読み込み順の最初のオブジェクトにフォーカスを与えることを示します。 | FocusDirection | ||
| 定数 |
| 定数 |
public static const NONE:String = "none"| ランタイムバージョン: | AIR 1.0 |
インタラクティブオブジェクト内のフォーカスオブジェクトを変更しないことを示します。
| 定数 |