Package org.uberfire.client.workbench
Class WorkbenchLayoutImpl.CollapseAnimation
- java.lang.Object
-
- com.google.gwt.animation.client.Animation
-
- org.uberfire.client.workbench.WorkbenchLayoutImpl.AbstractResizeAnimation
-
- org.uberfire.client.workbench.WorkbenchLayoutImpl.CollapseAnimation
-
- Enclosing class:
- WorkbenchLayoutImpl
protected static class WorkbenchLayoutImpl.CollapseAnimation extends WorkbenchLayoutImpl.AbstractResizeAnimation
-
-
Field Summary
-
Fields inherited from class org.uberfire.client.workbench.WorkbenchLayoutImpl.AbstractResizeAnimation
maximizedWidgetOriginalStyles, onCompleteCallback, style, w
-
-
Constructor Summary
Constructors Constructor Description CollapseAnimation(com.google.gwt.user.client.ui.Widget w, Map<com.google.gwt.user.client.ui.Widget,WorkbenchLayoutImpl.OriginalStyleInfo> maximizedWidgetOriginalStyles, org.uberfire.mvp.Command onCompleteCallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTargetHeight()intgetTargetLeft()intgetTargetTop()intgetTargetWidth()protected voidonComplete()-
Methods inherited from class org.uberfire.client.workbench.WorkbenchLayoutImpl.AbstractResizeAnimation
onResize, onUpdate, run
-
-
-
-
Constructor Detail
-
CollapseAnimation
public CollapseAnimation(com.google.gwt.user.client.ui.Widget w, Map<com.google.gwt.user.client.ui.Widget,WorkbenchLayoutImpl.OriginalStyleInfo> maximizedWidgetOriginalStyles, org.uberfire.mvp.Command onCompleteCallback)
-
-
Method Detail
-
getTargetWidth
public int getTargetWidth()
- Specified by:
getTargetWidthin classWorkbenchLayoutImpl.AbstractResizeAnimation
-
getTargetHeight
public int getTargetHeight()
- Specified by:
getTargetHeightin classWorkbenchLayoutImpl.AbstractResizeAnimation
-
getTargetTop
public int getTargetTop()
- Specified by:
getTargetTopin classWorkbenchLayoutImpl.AbstractResizeAnimation
-
getTargetLeft
public int getTargetLeft()
- Specified by:
getTargetLeftin classWorkbenchLayoutImpl.AbstractResizeAnimation
-
onComplete
protected void onComplete()
- Overrides:
onCompletein classWorkbenchLayoutImpl.AbstractResizeAnimation
-
-