com.github.gwtbootstrap.client.ui
Interface Form.SubmitHandler

All Superinterfaces:
EventHandler
Enclosing class:
Form

public static interface Form.SubmitHandler
extends EventHandler

Handler for Form.SubmitEvent events.


Method Summary
 void onSubmit(Form.SubmitEvent event)
          Fired when the form is submitted.
 

Method Detail

onSubmit

void onSubmit(Form.SubmitEvent event)
Fired when the form is submitted.

The FormPanel must not be detached (i.e. removed from its parent or otherwise disconnected from a RootPanel) until the submission is complete. Otherwise, notification of submission will fail.

Parameters:
event - the event


Copyright © 2012 gwtbootstrap. All Rights Reserved.