|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogIcon | |
---|---|
com.googlecode.wicket.jquery.ui.widget.dialog |
Uses of DialogIcon in com.googlecode.wicket.jquery.ui.widget.dialog |
---|
Methods in com.googlecode.wicket.jquery.ui.widget.dialog that return DialogIcon | |
---|---|
static DialogIcon |
DialogIcon.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DialogIcon[] |
DialogIcon.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type DialogIcon | |
---|---|
MessageDialog(String id,
org.apache.wicket.model.IModel<String> title,
org.apache.wicket.model.IModel<String> message,
DialogButtons buttons,
DialogIcon icon)
Constructor. |
|
MessageDialog(String id,
String title,
String message,
DialogButtons buttons,
DialogIcon icon)
Constructor. |
|
MessageFormDialog(String id,
org.apache.wicket.model.IModel<String> title,
org.apache.wicket.model.IModel<String> message,
DialogButtons buttons,
DialogIcon icon)
Constructor. |
|
MessageFormDialog(String id,
String title,
String message,
DialogButtons buttons,
DialogIcon icon)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |