Package | Description |
---|---|
com.googlecode.wicket.jquery.ui.form.button | |
com.googlecode.wicket.jquery.ui.widget.dialog | |
com.googlecode.wicket.jquery.ui.widget.wizard |
Modifier and Type | Method and Description |
---|---|
protected AbstractDialog<?> |
ConfirmButton.newDialog(String id,
org.apache.wicket.model.IModel<String> title,
org.apache.wicket.model.IModel<String> message)
Create the dialog instance
Warning: to be overridden with care! |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormDialog<T extends Serializable>
Provides the base class for form-based dialogs
|
class |
FragmentDialog<T extends Serializable>
Provides a dialog having a content coming from a
Fragment |
class |
FragmentFormDialog<T extends Serializable>
Provides a dialog having a content coming from a
Fragment |
class |
InputDialog<T extends Serializable>
Provides a modal dialog box that ask an input to the user
|
class |
MessageDialog
Provides a modal dialog box that displays a specific message, with a predefined icon and a predefined button set.
Note: MessageDialog & MessageFormDialog are sharing the same code, they just do not extend the same class. |
class |
MessageFormDialog
Provides a modal dialog box that displays a specific message, with a predefined icon and a predefined button set.
Note: MessageDialog & MessageFormDialog are sharing the same code, they just does not extend the same class. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWizard<T extends Serializable>
Provides the base class for wizard-based dialogs
|
Copyright © 2016 7thWeb. All rights reserved.