Triggers the fileOk event.
protected void onFileOk( CancelEvent e )
e
An CancelEventobject that provides the event data. An event handler can prevent the dialog box from closing by setting the cancel field of the CancelEvent object used by the event handler to true.
When overriding this method, call super.onFileOk.
See Also addOnFileOk