com.ibm.connector2.screen

Interface IFieldAttrInfo

  • All Superinterfaces:
    java.lang.Cloneable, java.io.Serializable


    public interface IFieldAttrInfo
    extends java.lang.Cloneable, java.io.Serializable
    This interface defines the field attribute interface. This will allow a user to query the attributes and extended attributes of a field.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object clone()
      Creates a new object of the same class as this object.
      boolean equals(java.lang.Object other)
      This method determines if the two FieldAttrInfo types are equivalent.
      int getBackGroundColor()
      Returns extended background attribute property.
      int getCharacterSet()
      Returns character set extended attribute.
      int getForeGroundColor()
      Returns extended foreground attribute property.
      int getHighLight()
      Returns extended highlight attribute property.
      int getTransparency()
      Returns extended transparency attribute property.
      boolean isDisplay()
      Returns base display attribute property.
      boolean isHighIntensity()
      Returns base intensity attribute property.
      boolean isLeftline()
      Left vertical line required for field outlining extended attribute.
      boolean isMandatoryEntry()
      Mandatory entry from field validation extended attribute.
      boolean isMandatoryFill()
      Mandatory fill from field validation extended attribute.
      boolean isModified()
      Returns base modified attribute property.
      boolean isNumeric()
      Returns base numeric attribute property.
      boolean isOverline()
      Overline required for field outlining extended attribute.
      boolean isPenDetectable()
      Returns penDetectable property.
      boolean isProtected()
      Returns base protected attribute property.
      boolean isRightline()
      Right vertical line required for field outlining extended attribute.
      boolean isTrigger()
      Mandatory fill from field validation extended attribute.
      boolean isUnderline()
      Underline required for field outlining extended attribute.
      void setModified(boolean flag)
      Method to change the Modified Data tag for a field, ie to indicate it has been modified.
    • Method Detail

      • clone

        java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Creates a new object of the same class as this object. It then initializes each of the new object's fields by assigning it the same value as the corresponding field in this object. No constructor is called.
        Returns:
        A new object initialized to the same state as this object.
        Throws:
        java.lang.CloneNotSupportedException
      • equals

        boolean equals(java.lang.Object other)
        This method determines if the two FieldAttrInfo types are equivalent.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        other - The reference object with which to compare.
        Returns:
        true if this FieldAttrInfo type is the same as the obj argument; false otherwise.
      • getBackGroundColor

        int getBackGroundColor()
        Returns extended background attribute property.
      • getCharacterSet

        int getCharacterSet()
        Returns character set extended attribute.
      • getForeGroundColor

        int getForeGroundColor()
        Returns extended foreground attribute property.
      • getHighLight

        int getHighLight()
        Returns extended highlight attribute property.
      • getTransparency

        int getTransparency()
        Returns extended transparency attribute property.
      • isDisplay

        boolean isDisplay()
        Returns base display attribute property.
      • isHighIntensity

        boolean isHighIntensity()
        Returns base intensity attribute property.
      • isLeftline

        boolean isLeftline()
        Left vertical line required for field outlining extended attribute.
      • isMandatoryEntry

        boolean isMandatoryEntry()
        Mandatory entry from field validation extended attribute.
      • isMandatoryFill

        boolean isMandatoryFill()
        Mandatory fill from field validation extended attribute.
      • isModified

        boolean isModified()
        Returns base modified attribute property.
      • isNumeric

        boolean isNumeric()
        Returns base numeric attribute property.
      • isOverline

        boolean isOverline()
        Overline required for field outlining extended attribute.
      • isPenDetectable

        boolean isPenDetectable()
        Returns penDetectable property.
      • isProtected

        boolean isProtected()
        Returns base protected attribute property.
      • isRightline

        boolean isRightline()
        Right vertical line required for field outlining extended attribute.
      • isTrigger

        boolean isTrigger()
        Mandatory fill from field validation extended attribute.
      • isUnderline

        boolean isUnderline()
        Underline required for field outlining extended attribute.
      • setModified

        void setModified(boolean flag)
        Method to change the Modified Data tag for a field, ie to indicate it has been modified.
©Copyright IBM Corp. 1994, 2013
Legal