com.smartgwt.client.widgets.form.events
Interface HasSubmitValuesHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
DynamicForm, PropertySheet, SearchForm, ValuesManager

public interface HasSubmitValuesHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addSubmitValuesHandler(SubmitValuesHandler handler)
          Triggered when a SubmitItem is included in the form is submitted and gets pressed.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addSubmitValuesHandler

HandlerRegistration addSubmitValuesHandler(SubmitValuesHandler handler)
Triggered when a SubmitItem is included in the form is submitted and gets pressed.

Parameters:
handler - the submitValues handler
Returns:
HandlerRegistration used to remove this handler