Interface InputSubmitEvent

All Superinterfaces:
Serializable

public interface InputSubmitEvent extends Serializable
Event fired when a user submits input.
Author:
Vaadin Ltd
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the submitted value.
  • Method Details

    • getValue

      String getValue()
      Gets the submitted value.
      Returns:
      the submitted value