| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.wrap(Functions.FuncRet1<Integer> function)
Wrap an HTML structure around each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapAll(Functions.FuncRet1<Integer> function)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapInner(Functions.FuncRet1<Integer> function)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
Copyright © 2017. All rights reserved.