|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.animation.client.Animation com.google.gwt.user.cellview.client.CellTree.NodeAnimation
public abstract static class CellTree.NodeAnimation
A node animation.
Constructor Summary | |
---|---|
CellTree.NodeAnimation()
|
Method Summary | |
---|---|
(package private) abstract void |
animate(CellTreeNodeView<?> node,
boolean isAnimationEnabled)
Animate a tree node into its new state. |
int |
getDuration()
Return the duration of the animation in milliseconds. |
void |
setDuration(int duration)
Set the duration of the animation in milliseconds. |
Methods inherited from class com.google.gwt.animation.client.Animation |
---|
cancel, interpolate, isRunning, onCancel, onComplete, onStart, onUpdate, run, run, run, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
CellTree.NodeAnimation()
Method Detail |
---|
public int getDuration()
setDuration(int)
public void setDuration(int duration)
duration
- the duration in millisecondsgetDuration()
abstract void animate(CellTreeNodeView<?> node, boolean isAnimationEnabled)
node
- the node to animateisAnimationEnabled
- true to animate
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |