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
  • Enum Constant Details

  • Method Details

    • values

      public static PopupPanel.AnimationType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PopupPanel.AnimationType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null