Uses of Class
org.gwtbootstrap3.extras.animate.client.ui.constants.Animation

Packages that use Animation
org.gwtbootstrap3.extras.animate.client.ui   
org.gwtbootstrap3.extras.animate.client.ui.constants   
org.gwtbootstrap3.extras.growl.client.ui   
org.gwtbootstrap3.extras.notify.client.ui   
 

Uses of Animation in org.gwtbootstrap3.extras.animate.client.ui
 

Methods in org.gwtbootstrap3.extras.animate.client.ui with parameters of type Animation
static
<T extends UIObject>
String
Animate.animate(T widget, Animation animation)
          Animate any element with specific animation.
static
<T extends UIObject>
String
Animate.animate(T widget, Animation animation, int count)
          Animate any element with specific animation.
static
<T extends UIObject>
String
Animate.animate(T widget, Animation animation, int count, int duration)
          Animate any element with specific animation.
static
<T extends UIObject>
String
Animate.animate(T widget, Animation animation, int count, int duration, int delay)
          Animate any element with specific animation.
 

Uses of Animation in org.gwtbootstrap3.extras.animate.client.ui.constants
 

Methods in org.gwtbootstrap3.extras.animate.client.ui.constants that return Animation
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.
 

Uses of Animation in org.gwtbootstrap3.extras.growl.client.ui
 

Methods in org.gwtbootstrap3.extras.growl.client.ui with parameters of type Animation
 void GrowlOptions.setAnimation(Animation enter, Animation exit)
          Set Animation to Growl when it enters and exit the screen.
 

Uses of Animation in org.gwtbootstrap3.extras.notify.client.ui
 

Methods in org.gwtbootstrap3.extras.notify.client.ui with parameters of type Animation
 void NotifySettings.setAnimation(Animation enter, Animation exit)
          Set Animation to Notify when it enters and exit the screen.
 



Copyright © 2015. All rights reserved.