Package com.ptc.core.ui.validation
Class UIValidationKey
java.lang.Object
com.ptc.core.ui.validation.UIValidationKey
- All Implemented Interfaces:
Serializable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhen doing an equals, should a case sensitive check be done for the componentID & objectType properties
Default is true.
Supported API: truestatic UIValidationKeyCreates a new instance of a UIValidationKey
Supported API: truestatic UIValidationKeynewInstance(String componentID) Creates a new instance of a UIValidationKey
Supported API: truestatic UIValidationKeynewInstance(String componentID, String objectType) Creates a new instance of a UIValidationKey
Supported API: truestatic UIValidationKeynewInstance(String componentID, String objectType, String roleBasedUIC) Creates a new instance of a UIValidationKey
Supported API: truevoidsetCaseSensitiveEquals(boolean caseSensitive) When doing an equals, should a case sensitive check be done for the componentID & objectType properties
Default is true.
Supported API: true
-
Method Details
-
newInstance
Creates a new instance of a UIValidationKey
Supported API: true -
newInstance
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
Creates a new instance of a UIValidationKey
Supported API: true- Parameters:
componentID- - The component ID (action name or attribute name) that is being validatedobjectType- - 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 validatedobjectType- - The objectType (from *actions.xml) associated with the componentroleBasedUIC- - 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
-