Uses of Enum Class
com.googlecode.wicket.jquery.ui.widget.dialog.DialogIcon
Packages that use DialogIcon
-
Uses of DialogIcon in com.googlecode.wicket.jquery.ui.widget.dialog
Methods in com.googlecode.wicket.jquery.ui.widget.dialog that return DialogIconModifier and TypeMethodDescriptionstatic DialogIcon
Returns the enum constant of this class with the specified name.static DialogIcon[]
DialogIcon.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type DialogIconModifierConstructorDescriptionMessageDialog
(String id, String title, String message, DialogButtons buttons, DialogIcon icon) Constructor.MessageDialog
(String id, String title, String message, List<DialogButton> buttons, DialogIcon icon) Constructor.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, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message, List<DialogButton> buttons, DialogIcon icon) Constructor.MessageFormDialog
(String id, String title, String message, DialogButtons buttons, DialogIcon icon) Constructor.MessageFormDialog
(String id, String title, String message, List<DialogButton> 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, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message, List<DialogButton> buttons, DialogIcon icon) Constructor.