Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PopupPanel.setAnimationType(PopupPanel.AnimationType type)
Set the type of animation to use when opening and closing the popup.
|