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)
HasScrollspy
setScrollspy
in interface HasScrollspy
public String getScrollspy()
HasScrollspy
getScrollspy
in interface HasScrollspy
public void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.