public class ScrollspyMixin<T extends com.google.gwt.user.client.ui.UIObject & HasScrollspy> extends Object implements HasScrollspy
| Constructor and Description |
|---|
ScrollspyMixin(T uiObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getScrollspy()
Get the scrollspy id, null if not scrollspy'd.
|
void |
setId(String id) |
void |
setScrollspy(String scrollspy)
Set the name of the scrollspy.
|
void |
setUiObject(T uiObject) |
public ScrollspyMixin(T uiObject)
public void setScrollspy(String scrollspy)
HasScrollspysetScrollspy in interface HasScrollspypublic String getScrollspy()
HasScrollspygetScrollspy in interface HasScrollspypublic void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.