IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Class
com.rational.test.ft.object.interfaces.flex.FlexScrollBaseTestObject

Packages that use FlexScrollBaseTestObject
com.rational.test.ft.object.interfaces.flex   
 

Uses of FlexScrollBaseTestObject in com.rational.test.ft.object.interfaces.flex
 

Subclasses of FlexScrollBaseTestObject in com.rational.test.ft.object.interfaces.flex
 class FlexAdvancedDataGridTestObject
          The DataGrid control is like a List except that it can show more than one column of data making it suited for showing objects with multiple properties
 class FlexDataGridTestObject
          The DataGrid control is like a List except that it can show more than one column of data making it suited for showing objects with multiple properties
 class FlexListBaseTestObject
          The ListBase class is the base class for controls that represent lists of items that can have one or more selected and can scroll through the items.
 class FlexListTestObject
          The List control displays a vertical list of items.
 class FlexMenuTestObject
          The Menu control creates a pop-up menu of individually selectable choices, similar to the File or Edit menu found in most software applications.
 class FlexTextAreaTestObject
          The TextArea control is a multiline text field with a border and optional scroll bars.
 class FlexTreeTestObject
          The Tree control lets a user view hierarchical data arranged as an expandable tree.