Uses of Class
org.overlord.sramp.ui.client.services.growl.GrowlType

Packages that use GrowlType
org.overlord.sramp.ui.client.services.growl   
org.overlord.sramp.ui.client.widgets.dialogs   
 

Uses of GrowlType in org.overlord.sramp.ui.client.services.growl
 

Methods in org.overlord.sramp.ui.client.services.growl that return GrowlType
static GrowlType GrowlType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GrowlType[] GrowlType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.overlord.sramp.ui.client.services.growl with parameters of type GrowlType
 int GrowlService.growl(String title, String message, GrowlType type)
           
 int IGrowlService.growl(String title, String message, GrowlType type)
          Growls at the user.
 

Uses of GrowlType in org.overlord.sramp.ui.client.widgets.dialogs
 

Methods in org.overlord.sramp.ui.client.widgets.dialogs that return GrowlType
 GrowlType GrowlDialog.getGrowlType()
           
 

Methods in org.overlord.sramp.ui.client.widgets.dialogs with parameters of type GrowlType
 void GrowlDialog.setGrowlType(GrowlType growlType)
           
 void GrowlDialog.setMessage(String message, GrowlType type)
          Sets the dialog's message.
 void GrowlDialog.setMessage(com.google.gwt.user.client.ui.Widget message, GrowlType type)
          Sets the dialog's message (directly as a Widget).
 

Constructors in org.overlord.sramp.ui.client.widgets.dialogs with parameters of type GrowlType
GrowlDialog(String title, String message, GrowlType type)
          Constructor.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.