Package com.sencha.gxt.core.client.dom
Class XWindow
- java.lang.Object
-
- com.sencha.gxt.core.client.dom.XWindow
-
public class XWindow extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isLastResizeOrientationChange()
Returns true if the last resize was an orientation change.
-
-
-
Method Detail
-
isLastResizeOrientationChange
public static boolean isLastResizeOrientationChange()
Returns true if the last resize was an orientation change. This is currently used by Android devices to determine if the last window resize was caused by an orientation change or a virtual keyboard.- Returns:
- true if the last resize was an orientation change.
-
-