Uiinfrastructure API Docs  
 

ErrorDisplayHelper Members

ErrorDisplayHelper overview

Public Instance Constructors

ErrorDisplayHelper Constructor This helper object displays UI errors.

Public Instance Methods

DisplayErrors This method displays multiple errors with HTML formatting and images. It also displays error exceptions and extended error messages. After displaying the errors, it will clear all errors.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetFirstErrorExtendedText This method gets the extended error message for the first UI error. It does not handle error exceptions.
GetFirstErrorText This method gets the base error string for the first UI error and it does not clears all errors. It does not handle error exceptions or extended error messages.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
SetDisplaySeparatePageErrors This method sets whether or not this helper method will attempt to display errors that are configured to display on a separate page. This setting only applies to the full HTML display, not the simple GetFirstErrorText method.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ErrorDisplayHelper Class | com.plumtree.uiinfrastructure.errordisplay Namespace