com.rational.test.ft.object.interfaces

Class SelectScrollGuiSubitemTestObject

    • Constructor Detail

      • SelectScrollGuiSubitemTestObject

        public SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
        For internal use.
        Since:
        RFT1.0
      • SelectScrollGuiSubitemTestObject

        public SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
                                                TestObject anchor)
        For internal use.
        Since:
        RFT1.0
      • SelectScrollGuiSubitemTestObject

        public SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
                                                TestObject anchor,
                                                long scriptCommandFlags)
        For internal use.
        Since:
        RFT1.0
      • SelectScrollGuiSubitemTestObject

        public SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.TestObjectReference ref)
        For internal use.
        Since:
        RFT1.0
      • SelectScrollGuiSubitemTestObject

        public SelectScrollGuiSubitemTestObject(TestObject obj)
        Constructs one GuiSubitemTestObject from another TestObject. Both are references to the same object.

        Since:
        RFT1.0
    • Method Detail

      • hScrollTo

        public void hScrollTo(int position)
        Description copied from interface: IScrollable
        Moves a horizontal scrollbar to a specified position.
        Specified by:
        hScrollTo in interface IScrollable
        Parameters:
        position - the position of the horizontal scrollbar after this action is completed
        See Also:
        IScrollable.vScrollTo(int)
      • vScrollTo

        public void vScrollTo(int position)
        Description copied from interface: IScrollable
        Moves a vertical scrollbar to a specified position.
        Specified by:
        vScrollTo in interface IScrollable
        Parameters:
        position - the position of the vertical scrollbar after this action is completed
        See Also:
        IScrollable.hScrollTo(int)
      • scrollPageUp

        public void scrollPageUp()
        Description copied from interface: IScrollable
        Moves a vertical scrollbar one page (also called a block) up in position.
        Specified by:
        scrollPageUp in interface IScrollable
      • scrollPageDown

        public void scrollPageDown()
        Description copied from interface: IScrollable
        Moves a vertical scrollbar one page (also called a block) down in position.
        Specified by:
        scrollPageDown in interface IScrollable
      • scrollPageLeft

        public void scrollPageLeft()
        Description copied from interface: IScrollable
        Moves a horizontal scrollbar one page (also called a block) left in position.
        Specified by:
        scrollPageLeft in interface IScrollable
      • scrollPageRight

        public void scrollPageRight()
        Description copied from interface: IScrollable
        Moves a horizontal scrollbar one page (also called a block) right in position.
        Specified by:
        scrollPageRight in interface IScrollable
      • scrollLineUp

        public void scrollLineUp()
        Description copied from interface: IScrollable
        Moves a vertical scrollbar one line (also called a unit) up in position.
        Specified by:
        scrollLineUp in interface IScrollable
      • scrollLineDown

        public void scrollLineDown()
        Description copied from interface: IScrollable
        Moves a vertical scrollbar one line (also called a unit) down in position.
        Specified by:
        scrollLineDown in interface IScrollable
      • scrollLineLeft

        public void scrollLineLeft()
        Description copied from interface: IScrollable
        Moves a horizontal scrollbar one line (also called a unit) left in position.
        Specified by:
        scrollLineLeft in interface IScrollable
      • scrollLineRight

        public void scrollLineRight()
        Description copied from interface: IScrollable
        Moves a horizontal scrollbar one line (also called a unit) right in position.
        Specified by:
        scrollLineRight in interface IScrollable