DhForm.addOnGotFocus

Overview | Methods | Fields | This Package | All Packages

DhForm.addOnGotFocus

Assigns a delegate to the gotFocus event.

Syntax

public final void addOnGotFocus ( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs. 

Remarks

The delegate specifies a method that is called when this element receives input focus.

See Also   removeOnGotFocus