| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
Offset |
JQueryElement.offset()
Get the current coordinates of the first element in the set of matched elements,
relative to the document.
|
Offset |
JQueryElement.position()
Get the current coordinates of the first element in the set of matched elements,
relative to the offset parent.
|
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.offset(Offset coordinates)
Set the current coordinates of every element in the set of matched elements,
relative to the document.
|
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.offset(Functions.FuncRet2<Integer,Offset> function)
Set the current coordinates of every element in the set of matched elements,
relative to the document.
|
Copyright © 2017. All rights reserved.