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
FieldsFields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionInputDialogCloseEvent(InputDialog source, Map<String, Object> values, CloseAction closeAction)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanclosedWith(DialogOutcome outcome) Checks that the dialog was closed with the givenoutcome.<T> TReturns values from parameters.Methods inherited from class com.vaadin.flow.component.ComponentEvent
isFromClient, unregisterListenerMethods 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:
 getSourcein 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
 
 
 -