Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.DialogIcon

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.
 



Copyright © 2013 7thWeb. All Rights Reserved.