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

Class FlexDividedBoxTestObject

  • All Implemented Interfaces:
    IGraphical


    public class FlexDividedBoxTestObject
    extends FlexContainerTestObject
    A DividedBox container measures and lays out its children horizontally or vertically in exactly the same way as a Box container, but it inserts draggable dividers in the gaps between the children. Users can drag any divider to resize the children on each side. The DividedBox class is the base class for the more commonly used HDividedBox and VDividedBox classes. The direction property of a DividedBox container, inherited from Box container, determines whether it has horizontal or vertical layout
    • Constructor Detail

      • FlexDividedBoxTestObject

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

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

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

        public FlexDividedBoxTestObject(com.rational.test.ft.object.TestObjectReference ref)
      • FlexDividedBoxTestObject

        public FlexDividedBoxTestObject(TestObject obj)
    • Method Detail

      • drag

        public void drag(java.awt.Point point)
        Dispatched when the user drags any divider
        Parameters:
        point - the point upto which the drag has been performed