Layer.onSearchNextFocusable

機能/意味
Search backward for focusable layers
タイプ
Layerクラスのイベント
構文
onSearchNextFocusable(layer)
引数
layer  Layer object that receives focus.
 Specify as an argument when calling the method of the same name in the parent class.
 If null is passed, it will be treated as if there is no focusable layer.
説明
 Event fired when searching backward for focusable layer.
 When specifying the layer that receives focus, specify that layer in the argument of the event of the same name in the super class.