Package io.jmix.flowui.app.inputdialog
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 Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionInputDialogCloseEvent
(InputDialog source, Map<String, Object> values, CloseAction closeAction) -
Method Summary
Modifier and TypeMethodDescriptionboolean
closedWith
(DialogOutcome outcome) Checks that the dialog was closed with the givenoutcome
.<T> T
Returns values from parameters.Methods inherited from class com.vaadin.flow.component.ComponentEvent
isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
closeAction
-
values
-
-
Constructor Details
-
InputDialogCloseEvent
public InputDialogCloseEvent(InputDialog source, Map<String, Object> values, CloseAction closeAction)
-
-
Method Details
-
getSource
- Overrides:
getSource
in classcom.vaadin.flow.component.ComponentEvent<InputDialog>
-
getCloseAction
- Returns:
- close action
-
closedWith
Checks that the dialog was closed with the givenoutcome
. -
getValues
Returns values from parameters. Key - parameter id, Value - parameter value.- Returns:
- values
-
getValue
- Parameters:
parameterId
- parameter id- Returns:
- parameter value
-