Uiinfrastructure API Docs  
 

ClosePopUpDP Members

ClosePopUpDP overview

Public Static Fields

STR_MVC_CLASS_NAME Object Name

Public Instance Constructors

ClosePopUpDP Constructor Initializes a new instance of the ClosePopUpDP class.

Public Instance Methods

Display 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetName 
GetOwner 
GetType (inherited from Object)Gets the Type of the current instance.
Init 
SetScript Set the script that will be added before the window is closed. This is where you should call javascript functions on the opening window if desired.
SetToClose This function sets a boolean to check whether the ClosePopUpDP should actually close. This is useful for pages that redirect and would like to set some JavaScript but not close. A good example of this is a page that uses frames and needs the parent.location to change - a redirect object doesn't work, and ClosePopupDP gives us the script. so we call this function to keep the window open.
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

ClosePopUpDP Class | com.plumtree.uiinfrastructure.form Namespace