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 SummaryFieldsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionInputDialogCloseEvent(InputDialog source, Map<String, Object> values, CloseAction closeAction) 
- 
Method SummaryModifier 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.ComponentEventisFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
closeAction
- 
values
 
- 
- 
Constructor Details- 
InputDialogCloseEventpublic InputDialogCloseEvent(InputDialog source, Map<String, Object> values, CloseAction closeAction) 
 
- 
- 
Method Details- 
getSource- Overrides:
- getSourcein class- com.vaadin.flow.component.ComponentEvent<InputDialog>
 
- 
getCloseAction- Returns:
- close action
 
- 
closedWithChecks that the dialog was closed with the givenoutcome.
- 
getValuesReturns values from parameters. Key - parameter id, Value - parameter value.- Returns:
- values
 
- 
getValue- Parameters:
- parameterId- parameter id
- Returns:
- parameter value
 
 
-