Class InputDialog.InputDialogCloseEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<InputDialog>
io.jmix.flowui.app.inputdialog.InputDialog.InputDialogCloseEvent
All Implemented Interfaces:
Serializable
Enclosing class:
InputDialog

public static class InputDialog.InputDialogCloseEvent extends com.vaadin.flow.component.ComponentEvent<InputDialog>
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSource

      public InputDialog getSource()
      Overrides:
      getSource in class com.vaadin.flow.component.ComponentEvent<InputDialog>
    • getCloseAction

      public CloseAction getCloseAction()
      Returns:
      close action
    • closedWith

      public boolean closedWith(DialogOutcome outcome)
      Checks that the dialog was closed with the given outcome.
    • getValues

      public Map<String,Object> getValues()
      Returns values from parameters. Key - parameter id, Value - parameter value.
      Returns:
      values
    • getValue

      @Nullable public <T> T getValue(String parameterId)
      Parameters:
      parameterId - parameter id
      Returns:
      parameter value