@JsType(isNative=true) public class JQueryExtension extends Object
Constructor and Description |
---|
JQueryExtension() |
Modifier and Type | Method and Description |
---|---|
static JQueryExtElement |
$(com.google.gwt.dom.client.Element element) |
static JQueryExtElement |
$(gwt.material.design.jquery.client.api.JQueryElement element) |
static int |
scrollBarWidth() |
static int |
scrollBarWidth(com.google.gwt.dom.client.Element container)
Get the scroll bar width within a given container.
|
public JQueryExtension()
@JsMethod(namespace="<global>") public static JQueryExtElement $(gwt.material.design.jquery.client.api.JQueryElement element)
@JsMethod(namespace="<global>") public static JQueryExtElement $(com.google.gwt.dom.client.Element element)
@JsMethod(namespace="$") public static int scrollBarWidth(com.google.gwt.dom.client.Element container)
container
- the container you would like to test the scrollbar in.@JsOverlay public static int scrollBarWidth()
Copyright © 2018. All rights reserved.