|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HorizontalScrollbar
Describes a horizontal scrollbar.
Method Summary | |
---|---|
int |
getScrollWidth()
Get the width in pixels of the scrollable content that the scrollbar controls. |
void |
setScrollWidth(int width)
Set the width in pixels of the scrollable content that the scrollbar controls. |
Methods inherited from interface com.google.gwt.user.client.ui.HasHorizontalScrolling |
---|
getHorizontalScrollPosition, getMaximumHorizontalScrollPosition, getMinimumHorizontalScrollPosition, setHorizontalScrollPosition |
Methods inherited from interface com.google.gwt.event.dom.client.HasScrollHandlers |
---|
addScrollHandler |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
---|
asWidget |
Method Detail |
---|
int getScrollWidth()
This is not the same as the maximum scroll left position. The maximum
scroll position equals the scrollWidth - offsetWidth
.
setScrollWidth(int)
void setScrollWidth(int width)
This is not the same as the maximum scroll left position. The maximum
scroll position equals the scrollWidth - offsetWidth
.
width
- the size width pixels
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |