public interface IOracleFormsScrollable
Modifier and Type | Method and Description |
---|---|
OracleFormsHorizontalScrollbar |
getHorizontalScrollbar()
Gets the horizontal scroll bar.
|
int |
getHorizontalScrollbarPageSize()
Gets the block increment value of the scroll bar.
|
int |
getHorizontalScrollbarPosition()
Gets the current position of the scroll bar.
|
Range |
getHorizontalScrollbarRange()
Gets the range value of the scroll bar.
|
int |
getHorizontalScrollbarStepSize()
Gets the unit increment value of the scroll bar.
|
OracleFormsVerticalScrollbar |
getVerticalScrollbar()
Gets the vertical scroll bar.
|
int |
getVerticalScrollbarPageSize()
Gets the block increment value of the scroll bar.
|
int |
getVerticalScrollbarPosition()
Gets the current position of the scroll bar.
|
Range |
getVerticalScrollbarRange()
Gets the range value of the scroll bar.
|
int |
getVerticalScrollbarStepSize()
Gets the unit increment value of the scroll bar.
|
void |
horizontalScrollbarPage(int pageCount)
Increments the current scroll position by specified number of pages.
|
void |
horizontalScrollbarScrollTo(int position)
Scrolls to the specified position.
|
void |
horizontalScrollbarScrollToMax()
Scrolls to the maximum position of the scroller.
|
void |
horizontalScrollbarScrollToMin()
Scrolls to the minimum position of the scroller.
|
void |
horizontalScrollbarStep(int stepCount)
Increments the current scroll position by specified steps.
|
void |
verticalScrollbarPage(int pageCount)
Increments the current scroll position by specified number of pages.
|
void |
verticalScrollbarScrollTo(int position)
Scrolls to the specified position.
|
void |
verticalScrollbarScrollToMax()
Scrolls to the maximum position of the scroller.
|
void |
verticalScrollbarScrollToMin()
Scrolls to the minimum position of the scroller.
|
void |
verticalScrollbarStep(int stepCount)
Increments the current scroll position by specified steps.
|
OracleFormsHorizontalScrollbar getHorizontalScrollbar()
OracleFormsVerticalScrollbar getVerticalScrollbar()
void horizontalScrollbarPage(int pageCount)
pageCount
- the number of pages to incrementvoid horizontalScrollbarScrollTo(int position)
position
- the position to scroll tovoid horizontalScrollbarScrollToMax()
void horizontalScrollbarScrollToMin()
void horizontalScrollbarStep(int stepCount)
stepCount
- the number of steps to incrementvoid verticalScrollbarPage(int pageCount)
pageCount
- the number of pages to incrementvoid verticalScrollbarScrollTo(int position)
position
- the position to scroll tovoid verticalScrollbarScrollToMax()
void verticalScrollbarScrollToMin()
void verticalScrollbarStep(int stepCount)
stepCount
- the number of steps to incrementint getHorizontalScrollbarPageSize()
int getHorizontalScrollbarPosition()
Range getHorizontalScrollbarRange()
int getHorizontalScrollbarStepSize()
int getVerticalScrollbarPageSize()
int getVerticalScrollbarPosition()
Range getVerticalScrollbarRange()
int getVerticalScrollbarStepSize()
Copyright 2009-2012 Micro Focus. All Rights Reserved.