Uiinfrastructure API Docs  
 

AFormDP.PartialContentDisplay Method 

This is a helper method that all classes that inherit from AFormDP can override. When displaying in place refresh content, this method is called instead of PageDisplay. In place refresh can be enabled via setting a flag in the activity space.

public virtual HTMLElement PartialContentDisplay();

Return Value

String Partial page content to be displayed.

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace