| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.form.button | |
| com.googlecode.wicket.kendo.ui.widget.window |
| Modifier and Type | Method and Description |
|---|---|
protected Window<?> |
ConfirmButton.newWindow(String id,
org.apache.wicket.model.IModel<String> title,
org.apache.wicket.model.IModel<String> message)
Create the window instance
Warning: to be overridden with care! |
protected Window<?> |
ConfirmAjaxButton.newWindow(String id,
org.apache.wicket.model.IModel<String> title,
org.apache.wicket.model.IModel<String> message,
List<WindowButton> buttons)
Create the window instance
Warning: to be overridden with care! |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2021 7thWeb. All rights reserved.