Package | Description |
---|---|
com.microfocus.silktest.jtf.silverlight |
此程序包中包含 Silverlight TechDomain 的类。
|
com.microfocus.silktest.jtf.silverlight.common.types |
此程序包中包含 Silverlight TechDomain 的数据类型。
|
Modifier and Type | Method and Description |
---|---|
void |
SLVerticalScrollBar.scroll(ScrollAmount scrollAmount)
将滚动条滚动指定数量。
|
void |
SLHorizontalScrollBar.scroll(ScrollAmount scrollAmount)
将滚动条滚动指定数量。
|
void |
SLTreeView.scrollHorizontal(ScrollAmount scrollAmount)
将内容区域的当前可见区域水平滚动指定 ScrollAmount。
|
void |
SLPane.scrollHorizontal(ScrollAmount scrollAmount)
将内容区域的当前可见区域水平滚动指定 ScrollAmount。
|
void |
SLListBox.scrollHorizontal(ScrollAmount scrollAmount)
将内容区域的当前可见区域水平滚动指定 ScrollAmount。
|
void |
SLDataGrid.scrollHorizontal(ScrollAmount scrollAmount)
将内容区域的当前可见区域水平滚动指定 ScrollAmount。
|
void |
SLComboBox.scrollHorizontal(ScrollAmount scrollAmount)
将内容区域的当前可见区域水平滚动指定 ScrollAmount。
|
void |
SLAutoCompleteBox.scrollHorizontal(ScrollAmount scrollAmount)
将内容区域的当前可见区域水平滚动指定 ScrollAmount。
|
void |
SLTreeView.scrollVertical(ScrollAmount scrollAmount)
将内容区域的当前可见区域垂直滚动指定 ScrollAmount。
|
void |
SLPane.scrollVertical(ScrollAmount scrollAmount)
将内容区域的当前可见区域垂直滚动指定 ScrollAmount。
|
void |
SLListBox.scrollVertical(ScrollAmount scrollAmount)
将内容区域的当前可见区域垂直滚动指定 ScrollAmount。
|
void |
SLDataGrid.scrollVertical(ScrollAmount scrollAmount)
将内容区域的当前可见区域垂直滚动指定 ScrollAmount。
|
void |
SLComboBox.scrollVertical(ScrollAmount scrollAmount)
将内容区域的当前可见区域垂直滚动指定 ScrollAmount。
|
void |
SLAutoCompleteBox.scrollVertical(ScrollAmount scrollAmount)
将内容区域的当前可见区域垂直滚动指定 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.