Uses of Class
com.sencha.gxt.widget.core.client.Dialog.PredefinedButton

Packages that use Dialog.PredefinedButton
com.sencha.gxt.widget.core.client GXT widgets and other user-interface classes. 
 

Uses of Dialog.PredefinedButton in com.sencha.gxt.widget.core.client
 

Methods in com.sencha.gxt.widget.core.client that return Dialog.PredefinedButton
static Dialog.PredefinedButton Dialog.PredefinedButton.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Dialog.PredefinedButton[] Dialog.PredefinedButton.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sencha.gxt.widget.core.client that return types with arguments of type Dialog.PredefinedButton
 java.util.List<Dialog.PredefinedButton> Dialog.getPredefinedButtons()
          Returns the buttons that are currently configured for this dialog window.
 

Methods in com.sencha.gxt.widget.core.client with parameters of type Dialog.PredefinedButton
 void Dialog.setPredefinedButtons(Dialog.PredefinedButton... buttons)
          Sets the predefined buttons to display (defaults to OK).
 



Copyright © 2012. All Rights Reserved.