|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.util.Scroll
public class Scroll
Represents the left and top scroll values.
| Constructor Summary | |
|---|---|
Scroll(int scrollLeft,
int scrollTop)
|
|
| Method Summary | |
|---|---|
int |
getScrollLeft()
Returns the scroll left value. |
int |
getScrollTop()
Returns the scroll top value. |
void |
setScrollLeft(int scrollLeft)
Sets the scroll left value. |
void |
setScrollTop(int scrollTop)
Sets the scroll top value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Scroll(int scrollLeft,
int scrollTop)
| Method Detail |
|---|
public int getScrollLeft()
public int getScrollTop()
public void setScrollLeft(int scrollLeft)
scrollLeft - the scroll left valuepublic void setScrollTop(int scrollTop)
scrollTop - the scroll top value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||