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