Package io.jmix.flowui.app.inputdialog
Class InputDialog.InputDialogResult
java.lang.Object
io.jmix.flowui.app.inputdialog.InputDialog.InputDialogResult
- Enclosing class:
 - InputDialog
 
Describes result of handler that can be used with 
DialogAction in the input dialog.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanclosedWith(StandardOutcome outcome) Checks that the dialog was closed with the givenoutcome.Returns result action which was clicked in the dialog, e.g.<T> TReturns values from parameters. 
- 
Field Details
- 
values
 - 
closeAction
 
 - 
 - 
Constructor Details
- 
InputDialogResult
 
 - 
 - 
Method Details
- 
getValues
Returns values from parameters. String - parameter id, Object - parameter value.- Returns:
 - values
 
 - 
getValue
- Parameters:
 parameterId- parameter id- Returns:
 - parameter value
 
 - 
getCloseAction
- Returns:
 - close action
 
 - 
getCloseActionType
Returns result action which was clicked in the dialog, e.g. OK, CANCEL, etc.- Returns:
 - dialog result
 
 - 
closedWith
Checks that the dialog was closed with the givenoutcome. 
 -