com.sencha.gxt.widget.core.client.box
Interface MessageBox.MessageBoxIcons

All Superinterfaces:
ClientBundle
Enclosing class:
MessageBox

public static interface MessageBox.MessageBoxIcons
extends ClientBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource error()
           
 ImageResource info()
           
 ImageResource question()
           
 ImageResource warning()
           
 

Method Detail

error

ImageResource error()

info

ImageResource info()

question

ImageResource question()

warning

ImageResource warning()


Copyright © 2012. All Rights Reserved.