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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
getValuesReturns values from parameters. String - parameter id, Object - parameter value.- Returns:
- values
 
- 
getValue- Parameters:
- parameterId- parameter id
- Returns:
- parameter value
 
- 
getCloseAction- Returns:
- close action
 
- 
getCloseActionTypeReturns result action which was clicked in the dialog, e.g. OK, CANCEL, etc.- Returns:
- dialog result
 
- 
closedWithChecks that the dialog was closed with the givenoutcome.
 
-