Package io.jmix.ui.app.inputdialog
Class InputDialog.InputDialogResult
java.lang.Object
io.jmix.ui.app.inputdialog.InputDialog.InputDialogResult
- Enclosing class:
- InputDialog
Describes result of handler that can be used with
DialogActions
in the input dialog.-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
closedWith
(DialogOutcome outcome) Checks that the dialog was closed with the givenoutcome
.Returns result action which was clicked in the dialog, e.g.<T> T
Returns 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
-
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
.
-