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

Packages that use DialogButtons
com.googlecode.wicket.jquery.ui.widget.dialog   
 

Uses of DialogButtons in com.googlecode.wicket.jquery.ui.widget.dialog
 

Methods in com.googlecode.wicket.jquery.ui.widget.dialog that return DialogButtons
static DialogButtons DialogButtons.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DialogButtons[] DialogButtons.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 DialogButtons
MessageDialog(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message, DialogButtons buttons)
          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, String title, String message, DialogButtons buttons)
          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)
          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)
          Constructor.
MessageFormDialog(String id, String title, String message, DialogButtons buttons, DialogIcon icon)
          Constructor.
 



Copyright © 2013 7thWeb. All Rights Reserved.