| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.widget.window |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWindow<T>
Base class for implementing Kendo UI windows
|
class |
FormWindow<T>
Provides a Kendo UI base Window containing a
Form, a KendoFeedbackPanel, a and a buttonImplementation may look like: |
class |
InputWindow<T>
Provides a Kendo UI Window having a
TextField, a and a button |
class |
MessageWindow
Provides a modal window that displays a specific message, with a predefined icon and a predefined button set.
|
class |
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) |
class |
WindowAdapter
Adapter class for
IWindowListener |
| Constructor and Description |
|---|
WindowBehavior(String selector,
IWindowListener listener)
Constructor
|
WindowBehavior(String selector,
com.googlecode.wicket.jquery.core.Options options,
IWindowListener listener)
Constructor
|
Copyright © 2021 7thWeb. All rights reserved.