com.rational.test.ft.script

Class Header

  • Direct Known Subclasses:
    ColumnHeader, RowHeader, TopLeftHeader


    public class Header
    extends Value
    Clarifies which header is in the table. A header is an independent clickable region within an table The subitem specifies which header is used in the table. For example, a Text subitem can be used to specify the appropriate header. In a script, this class appears as an atHeader method.
    Since:
    RFT1.0
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor and Description
      Header(Subitem header) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object other)
      Compares header values; returns true if they are equal.
      Subitem getHeader()
      Accesses the text value.
      java.lang.String toString()
      Sets toString to the value that this class represents.
      • Methods inherited from class com.rational.test.ft.script.Value

        getValue
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Header

        public Header(Subitem header)
        Since:
        RFT1.0
    • Method Detail

      • getHeader

        public Subitem getHeader()
        Accesses the text value.
        Since:
        RFT1.0
      • equals

        public boolean equals(java.lang.Object other)
        Compares header values; returns true if they are equal.
        Overrides:
        equals in class Value
        Parameters:
        other - the right side of the comparison
        Since:
        RFT1.0
      • toString

        public java.lang.String toString()
        Sets toString to the value that this class represents.
        Overrides:
        toString in class Value
        Since:
        RFT1.0