Package com.vaadin.flow.component.ai
Interface InputSubmitEvent
- All Superinterfaces:
Serializable
Event fired when a user submits input.
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
-
Method Details
-
getValue
String getValue()Gets the submitted value.- Returns:
- the submitted value
-