Package | Description |
---|---|
com.microfocus.silktest.jtf.silverlight |
This package contains classes for the Silverlight TechDomain.
|
com.microfocus.silktest.jtf.silverlight.common.types |
This package contains data types for the Silverlight TechDomain.
|
Modifier and Type | Method and Description |
---|---|
void |
SLVerticalScrollBar.scroll(ScrollAmount scrollAmount)
Scrolls the scroll bar by the specified amount.
|
void |
SLHorizontalScrollBar.scroll(ScrollAmount scrollAmount)
Scrolls the scroll bar by the specified amount.
|
void |
SLTreeView.scrollHorizontal(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, horizontally, the specified ScrollAmount.
|
void |
SLPane.scrollHorizontal(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, horizontally, the specified ScrollAmount.
|
void |
SLListBox.scrollHorizontal(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, horizontally, the specified ScrollAmount.
|
void |
SLDataGrid.scrollHorizontal(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, horizontally, the specified ScrollAmount.
|
void |
SLComboBox.scrollHorizontal(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, horizontally, the specified ScrollAmount.
|
void |
SLAutoCompleteBox.scrollHorizontal(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, horizontally, the specified ScrollAmount.
|
void |
SLTreeView.scrollVertical(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, vertically, the specified ScrollAmount.
|
void |
SLPane.scrollVertical(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, vertically, the specified ScrollAmount.
|
void |
SLListBox.scrollVertical(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, vertically, the specified ScrollAmount.
|
void |
SLDataGrid.scrollVertical(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, vertically, the specified ScrollAmount.
|
void |
SLComboBox.scrollVertical(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, vertically, the specified ScrollAmount.
|
void |
SLAutoCompleteBox.scrollVertical(ScrollAmount scrollAmount)
Scrolls the currently visible region of the content area, vertically, the specified ScrollAmount.
|
Modifier and Type | Method and Description |
---|---|
static ScrollAmount |
ScrollAmount.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollAmount[] |
ScrollAmount.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.