[[tui-views-dialog]] = DialogView :page-section-summary-toc: 1 ifndef::snippets[:snippets: ../../../../../src/test/java/org/springframework/shell/docs] _DialogView_ is a base implementation providing functionality to draw a dialog. _DialogView_ inherits from xref:tui/views/box.adoc[]. [source, text] ---- ┌──────────────────┐ │ │ │
│ │ │ ├──────────────────┤ │ │ └──────────────────┘ ---- == Default Bindings Does not have any default bindings. == Events Events are sent depending on a used list type. .DialogView Events |=== |Event |Description |DialogViewCloseEvent |Dialog requested to get closed. |===