Uiinfrastructure API Docs  
 

AFormDP.PageDisplay Method 

This is a helper method that all classes that inherit from AFormDP need to implement. The method should add whatever HTML the child class wants to display to the body argument. The parent class will then add that HTML to the HTMLPage after filling in the banner and navigation.

public abstract HTMLElement PageDisplay();

Return Value

HTMLElement the HTML to put inside the form

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace