com.github.gwtbootstrap.client.ui.base
Interface IsAnimated

All Known Implementing Classes:
Alert, AlertBase, AlertBlock, HoverBase, Modal, Popover, Tooltip

public interface IsAnimated

Interface for components that can be animated.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Method Summary
 boolean getAnimation()
          Gets whether the widget is animated.
 void setAnimation(boolean animation)
          Sets whether the Widget should be animated.
 

Method Detail

setAnimation

void setAnimation(boolean animation)
Sets whether the Widget should be animated.

Parameters:
animation - true if the widget should be animated.

getAnimation

boolean getAnimation()
Gets whether the widget is animated.

Returns:
true if the widget is animated


Copyright © 2012 gwtbootstrap. All Rights Reserved.