GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.PopupPanel.AnimationType

Packages that use PopupPanel.AnimationType
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of PopupPanel.AnimationType in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return PopupPanel.AnimationType
 PopupPanel.AnimationType PopupPanel.getAnimationType()
          Get the type of animation to use when opening and closing the popup.
static PopupPanel.AnimationType PopupPanel.AnimationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PopupPanel.AnimationType[] PopupPanel.AnimationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.user.client.ui with parameters of type PopupPanel.AnimationType
 void PopupPanel.setAnimationType(PopupPanel.AnimationType type)
          Set the type of animation to use when opening and closing the popup.
 


GWT 2.7.0