com.rational.test.ft.domain.flex

Class FlexScrollBarProxy

  • All Implemented Interfaces:
    com.rational.test.ft.domain.IChannelObject, com.rational.test.ft.domain.IDataDriven, com.rational.test.ft.domain.IProxyBase, com.rational.test.ft.object.interfaces.IGraphical


    public class FlexScrollBarProxy
    extends FlexObjectProxy
    • Method Detail

      • getTestObjectClassName

        public java.lang.String getTestObjectClassName()
        Description copied from class: FlexObjectProxy
        Returns a valid class name specification. The test script (which runs in a separate process) interacts with a class that supports a shared interface with a specific proxy. This class is called a TestObject class. The testObject performs a cross-process (and cross-JVM) call to the same method against an associated proxy, which is this proxy.

        This method should never return null, even if shouldBeMapped() returns false. User may still access objects such as this through scripting method calls and can return references to them. If a null were returned, the marshalling code would be confused and would not be able to construct a test object.

        This method may be called from any thread.

        Specified by:
        getTestObjectClassName in interface com.rational.test.ft.domain.IProxyBase
        Overrides:
        getTestObjectClassName in class FlexObjectProxy
        Returns:
        The associated testObject class full name.
      • GetMethodSpec

        public com.rational.test.ft.sys.MethodSpecification GetMethodSpec(java.lang.String eventName,
                                                                          java.lang.String eventArgs)
        Overrides:
        GetMethodSpec in class FlexObjectProxy
      • scroll

        public void scroll(com.rational.test.ft.script.Subitem scrollPosition,
                           java.lang.String scrollDirection)
      • scroll

        public void scroll(com.rational.test.ft.script.Subitem scrollPosition,
                           java.lang.String scrollDirection,
                           java.lang.String scrollDetails)
      • change

        public void change(java.lang.String text)
      • change

        public void change(com.rational.test.ft.script.Subitem itemValue)