Enum PopupPanel.AnimationType

java.lang.Object
java.lang.Enum<PopupPanel.AnimationType>
com.google.gwt.user.client.ui.PopupPanel.AnimationType
All Implemented Interfaces:
Serializable, Comparable<PopupPanel.AnimationType>, java.lang.constant.Constable
Enclosing class:
PopupPanel

public static enum PopupPanel.AnimationType extends Enum<PopupPanel.AnimationType>
The type of animation to use when opening the popup.
  • CENTER - Expand from the center of the popup
  • ONE_WAY_CORNER - Expand from the top left corner, do not animate hiding
  • ROLL_DOWN - Expand from the top to the bottom, do not animate hiding