Class UIValidationKey

java.lang.Object
com.ptc.core.ui.validation.UIValidationKey
All Implemented Interfaces:
Serializable

public class UIValidationKey extends Object implements Serializable


Supported API: true

Extendable: false
See Also:
  • Method Details

    • newInstance

      public static UIValidationKey newInstance()
      Creates a new instance of a UIValidationKey

      Supported API: true
    • newInstance

      public static UIValidationKey newInstance(String componentID)
      Creates a new instance of a UIValidationKey

      Supported API: true
      Parameters:
      componentID - - The component ID (action name or attribute name) that is being validated
    • newInstance

      public static UIValidationKey newInstance(String componentID, String objectType)
      Creates a new instance of a UIValidationKey

      Supported API: true
      Parameters:
      componentID - - The component ID (action name or attribute name) that is being validated
      objectType - - The objectType (from *actions.xml) associated with the component
    • newInstance

      public static UIValidationKey newInstance(String componentID, String objectType, String roleBasedUIC)
      Creates a new instance of a UIValidationKey

      Supported API: true
      Parameters:
      componentID - - The component ID (action name or attribute name) that is being validated
      objectType - - The objectType (from *actions.xml) associated with the component
      roleBasedUIC - - The roleBased componentID (from *actions.xml) associated with the component
    • setCaseSensitiveEquals

      public void setCaseSensitiveEquals(boolean caseSensitive)
      When doing an equals, should a case sensitive check be done for the componentID & objectType properties
      Default is true.
      Supported API: true
    • getCaseSensitiveEquals

      public boolean getCaseSensitiveEquals()
      When doing an equals, should a case sensitive check be done for the componentID & objectType properties
      Default is true.
      Supported API: true
      Returns:
      boolean