| Interface | Description |
|---|---|
| IWindowListener |
Event listener shared by the
AbstractWindow widget and the WindowBehavior |
| Class | Description |
|---|---|
| AbstractWindow<T> |
Base class for implementing Kendo UI windows
|
| FormWindow<T> |
Provides a Kendo UI base Window containing a
Form, a KendoFeedbackPanel, a and a buttonImplementation may look like: |
| InputWindow<T> |
Provides a Kendo UI Window having a
TextField, a and a button |
| InputWindow.AutoFocusBehavior |
Provides an auto-focus Behavior on
InputWindow's TextField |
| MessageWindow |
Provides a modal window that displays a specific message, with a predefined icon and a predefined button set.
|
| Window<T> |
Default implementation for
AbstractWindow that provides a set of WindowButtons and events such as Window.onSubmit(AjaxRequestTarget, WindowButton), Window.onError(AjaxRequestTarget, WindowButton) and
Window.onAfterSubmit(AjaxRequestTarget, WindowButton)The window is automatically closed Window.onAfterSubmit(AjaxRequestTarget, WindowButton) |
| WindowAdapter |
Adapter class for
IWindowListener |
| WindowBehavior |
Provides a "kendoWindow" behavior
|
| WindowBehavior.ActionEvent |
Provides an event object that will be broadcasted by the
WindowBehavior.OnActionAjaxBehavior callback |
| WindowBehavior.CloseEvent |
Provides an event object that will be broadcasted by the
WindowBehavior.OnCloseAjaxBehavior callback |
| WindowBehavior.OnActionAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'a.k-window-action click' event |
| WindowBehavior.OnCloseAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'close' event |
| WindowButton |
Provides the button object that can be used in
MessageWindow |
| WindowButtonPanel | |
| WindowButtonUtils |
Utility class for
WindowButtons |
| Enum | Description |
|---|---|
| WindowButtons |
Copyright © 2021 7thWeb. All rights reserved.