![]() ![]() | Object Name |
![]() |
Initializes a new instance of the ClosePopUpDP class. |
![]() | |
![]() | Determines whether the specified Object is equal to the current 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. |
![]() | |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | |
![]() | 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. |
![]() | 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. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
ClosePopUpDP Class | com.plumtree.uiinfrastructure.form Namespace