com.bradrydzewski.gwt.calendar.client.util
Class WindowUtils
java.lang.Object
com.bradrydzewski.gwt.calendar.client.util.WindowUtils
public class WindowUtils
- extends Object
Provides a set of re-usable methods related to the client's
browser window.
- Author:
- Brad Rydzewski
|
Method Summary |
static int |
getScrollBarWidth(boolean useCachedValue)
Gets the width of the client's scroll bar. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowUtils
public WindowUtils()
getScrollBarWidth
public static int getScrollBarWidth(boolean useCachedValue)
- Gets the width of the client's scroll bar.
- Parameters:
useCachedValue - Indicates if cached value should be used, or refreshed.
- Returns:
- Width, in pixels, of Client's scroll bar
Copyright © 2012. All Rights Reserved.