org.gwtbootstrap3.client.ui.base.form
Interface AbstractForm.SubmitHandler

All Superinterfaces:
EventHandler
Enclosing class:
AbstractForm

public static interface AbstractForm.SubmitHandler
extends EventHandler

Handler for FormPanel.SubmitEvent events.


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

Method Detail

onSubmit

void onSubmit(AbstractForm.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 © 2015. All rights reserved.