Uiinfrastructure API Docs  
 

AFormDP.GetCloseOnCancel Method 

This is a helper method that determines whether or not cancels should close the window immediately. This is useful in the case of pop up windows, where you don't need to know anything unless the user presses finish. In this case, cancel should just call window.close(); Override this method to immediately close the pop ups.

public virtual bool GetCloseOnCancel();

Return Value

boolean true implies close the window immediately on cancel

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace