Package io.jmix.ui.component.inputdialog
Class InputDialogAction.InputDialogActionPerformed
java.lang.Object
java.util.EventObject
io.jmix.ui.action.Action.ActionPerformedEvent
io.jmix.ui.component.inputdialog.InputDialogAction.InputDialogActionPerformed
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InputDialogAction
public static class InputDialogAction.InputDialogActionPerformed
extends Action.ActionPerformedEvent
Describes action performed event from
InputDialogAction
. It contains opened InputDialog
.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionInputDialogActionPerformed
(Action source, Component component, InputDialog inputDialog) -
Method Summary
Methods inherited from class io.jmix.ui.action.Action.ActionPerformedEvent
getComponent, getSource
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
inputDialog
-
-
Constructor Details
-
InputDialogActionPerformed
public InputDialogActionPerformed(Action source, Component component, @Nullable InputDialog inputDialog)
-
-
Method Details
-
getInputDialog
- Returns:
- opened input dialog
-