Interface HasSubmitValuesHandlers

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

public interface HasSubmitValuesHandlers extends HasHandlers
  • Method Details

    • 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