| Package | Description |
|---|---|
| org.gwtbootstrap3.extras.animate.client.ui | |
| org.gwtbootstrap3.extras.animate.client.ui.constants | |
| org.gwtbootstrap3.extras.notify.client.ui |
| Modifier and Type | Method and Description |
|---|---|
static <T extends UIObject> |
Animate.animate(T widget,
Animation animation)
Animate any element with specific animation.
|
static <T extends UIObject> |
Animate.animate(T widget,
Animation animation,
int count)
Animate any element with specific animation.
|
static <T extends UIObject> |
Animate.animate(T widget,
Animation animation,
int count,
int duration)
Animate any element with specific animation.
|
static <T extends UIObject> |
Animate.animate(T widget,
Animation animation,
int count,
int duration,
int delay)
Animate any element with specific animation.
|
| Modifier and Type | Method and Description |
|---|---|
static Animation |
Animation.fromStyleName(String styleName) |
static Animation |
Animation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Animation[] |
Animation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotifySettings.setAnimation(Animation enter,
Animation exit)
Set Animation to Notify when it enters and exit the screen.
|
Copyright © 2017. All rights reserved.