public interface IsAnimated
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAnimation()
Gets whether the widget is animated.
|
void |
setAnimation(boolean animation)
Sets whether the Widget should be animated.
|
void setAnimation(boolean animation)
animation - true if the widget should be animated.boolean getAnimation()
true if the widget is animatedCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.