|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VerticalScrollbar
Describes a vertical scrollbar.
Method Summary | |
---|---|
int |
getScrollHeight()
Get the height in pixels of the scrollable content that the scrollbar controls. |
void |
setScrollHeight(int height)
Set the height in pixels of the scrollable content that the scrollbar controls. |
Methods inherited from interface com.google.gwt.user.client.ui.HasVerticalScrolling |
---|
getMaximumVerticalScrollPosition, getMinimumVerticalScrollPosition, getVerticalScrollPosition, setVerticalScrollPosition |
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 getScrollHeight()
This is not the same as the maximum scroll top position. The maximum scroll
position equals the scrollHeight- offsetHeight
;
setScrollHeight(int)
void setScrollHeight(int height)
This is not the same as the maximum scroll top position. The maximum scroll
position equals the scrollHeight- offsetHeight
;
height
- the size height pixels
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |