Package org.uberfire.client.workbench
Class WorkbenchLayoutImpl.ExpandAnimation
- java.lang.Object
-
- com.google.gwt.animation.client.Animation
-
- org.uberfire.client.workbench.WorkbenchLayoutImpl.AbstractResizeAnimation
-
- org.uberfire.client.workbench.WorkbenchLayoutImpl.ExpandAnimation
-
- Enclosing class:
- WorkbenchLayoutImpl
protected static class WorkbenchLayoutImpl.ExpandAnimation extends WorkbenchLayoutImpl.AbstractResizeAnimation
-
-
Field Summary
Fields Modifier and Type Field Description protected com.google.gwt.user.client.ui.SimpleLayoutPanelperspectiveRootContainer-
Fields inherited from class org.uberfire.client.workbench.WorkbenchLayoutImpl.AbstractResizeAnimation
maximizedWidgetOriginalStyles, onCompleteCallback, style, w
-
-
Constructor Summary
Constructors Constructor Description ExpandAnimation(com.google.gwt.user.client.ui.Widget w, Map<com.google.gwt.user.client.ui.Widget,WorkbenchLayoutImpl.OriginalStyleInfo> maximizedWidgetOriginalStyles, com.google.gwt.user.client.ui.SimpleLayoutPanel perspectiveRootContainer, org.uberfire.mvp.Command onCompleteCallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTargetHeight()intgetTargetLeft()intgetTargetTop()intgetTargetWidth()protected voidonComplete()protected voidonStart()-
Methods inherited from class org.uberfire.client.workbench.WorkbenchLayoutImpl.AbstractResizeAnimation
onResize, onUpdate, run
-
-
-
-
Constructor Detail
-
ExpandAnimation
public ExpandAnimation(com.google.gwt.user.client.ui.Widget w, Map<com.google.gwt.user.client.ui.Widget,WorkbenchLayoutImpl.OriginalStyleInfo> maximizedWidgetOriginalStyles, com.google.gwt.user.client.ui.SimpleLayoutPanel perspectiveRootContainer, org.uberfire.mvp.Command onCompleteCallback)
-
-
Method Detail
-
onStart
protected void onStart()
- Overrides:
onStartin classcom.google.gwt.animation.client.Animation
-
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
-
-