Package | Description |
---|---|
com.borland.silktest.jtf.flex |
This package contains classes for the Flex TechDomain.
|
com.borland.silktest.jtf.flex.common.types |
This package contains data types for the Flex TechDomain.
|
Modifier and Type | Method and Description |
---|---|
void |
SparkGroupBase.scroll(int position,
FlexScrollDirection direction,
FlexScrollDetail detail)
Dispatched when the container's scroll events occur.
|
void |
SparkAirHTML.scroll(int position,
FlexScrollDirection direction,
FlexScrollDetail detail)
Dispatched when the scroll events occur.
|
void |
FlexTextArea.scroll(int position,
FlexScrollDirection direction,
FlexScrollDetail detail)
Defines the value of the type property of the event object for a scroll event.
|
void |
FlexScrollBar.scroll(int position,
FlexScrollDirection direction,
FlexScrollDetail detail)
Dispatched when the ScrollBar control scrolls through user initiated action or programmatically.
|
void |
FlexListBase.scroll(int position,
FlexScrollDirection direction,
FlexScrollDetail detail)
Defines the value of the type property of the event object for a scroll event.
|
void |
FlexContainer.scroll(int position,
FlexScrollDirection direction,
FlexScrollDetail detail)
Dispatched when the user manually scrolls the container.
|
void |
FlexComboBase.scroll(int position,
FlexScrollDirection direction,
FlexScrollDetail detail)
Defines the value of the type property of the event object for a scroll event.
|
Modifier and Type | Method and Description |
---|---|
static FlexScrollDirection |
FlexScrollDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexScrollDirection[] |
FlexScrollDirection.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.