com.bradrydzewski.gwt.calendar.client.util
Class WindowUtils

java.lang.Object
  extended by 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

Constructor Summary
WindowUtils()
           
 
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
 

Constructor Detail

WindowUtils

public WindowUtils()
Method Detail

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.