Class CustomValueSetEvent<C extends com.vaadin.flow.component.Component,V>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.flowui.kit.component.valuepicker.CustomValueSetEvent<C,V>
Type Parameters:
V - field value type
All Implemented Interfaces:
Serializable

public class CustomValueSetEvent<C extends com.vaadin.flow.component.Component,V> extends com.vaadin.flow.component.ComponentEvent<C>
The event that is fired when a user inputs value manually.
See Also:
  • Field Details

    • text

      protected final String text
  • Constructor Details

    • CustomValueSetEvent

      public CustomValueSetEvent(C source, String text)
  • Method Details

    • getText

      public String getText()
      Returns:
      entered text