Uiinfrastructure API Docs  
 

ClosePopUpDP Members

ClosePopUpDP overview

Public Static Fields

iconiconSTR_MVC_CLASS_NAME Object Name

Public Instance Constructors

icon ClosePopUpDP Constructor Initializes a new instance of the ClosePopUpDP class.

Public Instance Methods

iconDisplay 
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (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.
iconGetName 
iconGetOwner 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconInit 
iconSetScript 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.
iconSetToClose 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.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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

See Also

ClosePopUpDP Class | com.plumtree.uiinfrastructure.form Namespace