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

Project Version 2.3

com.rational.test.ft.object.interfaces.flex
Class FlexChartSeriesTestObject

java.lang.Object   extended by com.rational.test.ft.object.interfaces.TestObject
      extended by com.rational.test.ft.object.interfaces.ClientTestObject
          extended by com.rational.test.ft.object.interfaces.GuiTestObject
              extended by com.rational.test.ft.object.interfaces.flex.FlexObjectTestObject
                  extended by com.rational.test.ft.object.interfaces.flex.FlexChartSeriesTestObject
All Implemented Interfaces:
IGraphical

public class FlexChartSeriesTestObject
extends FlexObjectTestObject

The Series class is the base class for the classes that let you specify a data series for a chart control.


Field Summary
 
Fields inherited from class com.rational.test.ft.object.interfaces.TestObject
ref
 
Constructor Summary
FlexChartSeriesTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
           
FlexChartSeriesTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
           
FlexChartSeriesTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
           
FlexChartSeriesTestObject(TestObject obj)
           
FlexChartSeriesTestObject(com.rational.test.ft.object.TestObjectReference ref)
           
 
Method Summary
 void click(java.lang.String hitdata)
          Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject
 void itemRollOver(java.lang.String hitdata)
          Dispatched when a user hovers the mouse over the chart series item.
 
Methods inherited from class com.rational.test.ft.object.interfaces.flex.FlexObjectTestObject
changeFocus, changeFocus, changeFocus, changeFocus, click, click, click, getAutomationChildAt, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, performAction, performAction, performAction, performAction, performAction, performAction, performTest, setFocus
 
Methods inherited from class com.rational.test.ft.object.interfaces.GuiTestObject
canTakeVP, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint
 
Methods inherited from class com.rational.test.ft.object.interfaces.ClientTestObject
exists, find, find, findAndInvoke, findAndInvokeProxy, invoke, invokeProxy, unregister, waitForExistence
 
Methods inherited from class com.rational.test.ft.object.interfaces.TestObject
compare, compare, compareAndLog, compareAndLog, equals, find, findAndInvoke, getActualData, getChildren, getDescribedObject, getDescribedObjects, getDescriptiveName, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMapProperties, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectCustomClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getProperty, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTestDataTypes, getTopMappableParent, getTopParent, hashCode, invoke, invokeProxy, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, setIndexer, setIndexer, setMapProperties, setProperty, toString, updateTestData, waitForExistence
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlexChartSeriesTestObject

public FlexChartSeriesTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)

FlexChartSeriesTestObject

public FlexChartSeriesTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,                                  TestObject anchor)

FlexChartSeriesTestObject

public FlexChartSeriesTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,                                  TestObject anchor,                                  long scriptCommandFlags)

FlexChartSeriesTestObject

public FlexChartSeriesTestObject(com.rational.test.ft.object.TestObjectReference ref)

FlexChartSeriesTestObject

public FlexChartSeriesTestObject(TestObject obj)
Method Detail

itemRollOver

public void itemRollOver(java.lang.String hitdata)
Dispatched when a user hovers the mouse over the chart series item.

Parameters:
hitdata - A set of HitData structures describing the chart items that triggered the event.

click

public void click(java.lang.String hitdata)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject

Parameters:
hitdata - A set of HitData structures describing the chart items that triggered the event.