Layer.onBeforeFocus

機能/意味
Just before receiving focus
タイプ
Layerクラスのイベント
構文
onBeforeFocus(layer, blurred, direction)
引数
layer  Layer object that receives focus.
 Usually, this is passed, but you can specify a different layer object when you call the event of the same name in the superclass so that the focus is passed to that layer.
blurred  Layer object that loses focus.
direction  True if the focus is changed by searching backwards, false if it is done by searching forwards.
説明
 Event which occurs just before receiving focus.
 When specifying the layer to receive focus, you can specify that layer as the first argument of the event of the same name in the super class.