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(DialogOutcome outcome) Checks that the dialog was closed with the givenoutcome.booleanclosedWith(StandardOutcome outcome) Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.useclosedWith(DialogOutcome)insteadChecks that the dialog was closed with the givenoutcome. -
closedWith
Checks that the dialog was closed with the givenoutcome.- Parameters:
outcome- dialog outcome- Returns:
trueif the dialog was closed with the givenoutcome
-
closedWith(DialogOutcome)instead