Uses of Class
org.exoplatform.gwtframework.ui.client.dialog.Dialog.Type

Packages that use Dialog.Type
org.exoplatform.gwtframework.ui.client.dialog   
 

Uses of Dialog.Type in org.exoplatform.gwtframework.ui.client.dialog
 

Methods in org.exoplatform.gwtframework.ui.client.dialog that return Dialog.Type
 Dialog.Type Dialog.getType()
           
static Dialog.Type Dialog.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Dialog.Type[] Dialog.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.exoplatform.gwtframework.ui.client.dialog with parameters of type Dialog.Type
 void Dialog.setType(Dialog.Type type)
           
 

Constructors in org.exoplatform.gwtframework.ui.client.dialog with parameters of type Dialog.Type
Dialog(java.lang.String title, java.lang.String message, Dialog.Type type)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.